• Flask Web Development: Developing Web Applications with Python

    Take full creative control of your web applications with Flask, the Python-based microframework. With this hands-on book, you'll learn Flask from the ground up by developing a complete social blogging application step-by-step. Author Miguel Grinberg walks you through the framework's core functionality, and shows you how to extend applications with advanced web techniques such as database migration and web service communication. Rather than impose development guidelines as other frameworks do, Flask leaves the business of extensions up to you. If you have Python experience, this book shows you... [Read More]

    • ASIN: 1449372627
    • UPC: 884211529990
    • ASIN: 1449372627
    • ISBN: 1449372627
    • Brand: imusti
    • Manufacturer: O'Reilly Media

  • Practical Web Scraping for Data Science: Best Practices and Examples with Python

    This book provides a complete and modern guide to web scraping, using Python as the programming language, without glossing over important details or best practices. Written with a data science audience in mind, the book explores both scraping and the larger context of web technologies in which it operates, to ensure full understanding. The authors recommend web scraping as a powerful tool for any data scientist’s arsenal, as many data science projects start by obtaining an appropriate data set.Starting with a brief overview on scraping and real-life use cases, the authors explore the core co... [Read More]

    • ASIN: 1484235819
    • ASIN: 1484235819
    • ISBN: 1484235819
    • Manufacturer: Apress

  • Amazon Web Services in Action

    Summary Amazon Web Services in Action introduces you to computing, storing, and networking in the AWS cloud. The book will teach you about the most important services on AWS. You will also learn about best practices regarding automation, security, high availability, and scalability. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Physical data centers require lots of equipment and take time and resources to manage. If you need a data center, but don't want to build your own, Amazon Web Services may be your soluti... [Read More]

    • ASIN: 1617292885
    • ASIN: 1617292885
    • ISBN: 1617292885
    • Brand: Manning Publications
    • Manufacturer: Manning Publications

  • Learning Perl: Making Easy Things Easy and Hard Things Possible

    If you’re just getting started with Perl, this is the book you want—whether you’re a programmer, system administrator, or web hacker. Nicknamed "the Llama" by two generations of users, this bestseller closely follows the popular introductory Perl course taught by the authors since 1991. This seventh edition covers recent changes to the language up to version 5.24.Perl is suitable for almost any task on almost any platform, from short fixes to complete web applications. Learning Perl teaches you the basics and shows you how to write programs up to 128 lines long—roughly the size of 90% ... [Read More]

    • ASIN: 1491954329
    • ASIN: 1491954329
    • ISBN: 1491954329
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

  • RESTful Web Services Cookbook: Solutions for Improving Scalability and Simplicity


    • ASIN: B0043D2ESQ
    • ASIN: B0043D2ESQ
    • Manufacturer: Yahoo Press

  • Fundamentals of Python: First Programs

    In FUNDAMENTALS OF PYTHON: FIRST PROGRAMS, respected author Kenneth A. Lambert presents all of the important topics for a CS1 course while preparing the reader to study additional languages. The book uses the Python programming language, which is both easy to learn for beginners and scales well to advanced applications. Lambert's back-to-basics approach will be engaging for the reader bringing relevance of the concepts and applications from the text to the real world.

    • ASIN: 1111822700
    • ASIN: 1111822700
    • ISBN: 1111822700
    • Brand: Brand: Cengage Learning
    • Manufacturer: Cengage Learning

  • PostGIS in Action, 2nd Edition

    SummaryPostGIS in Action, Second Edition teaches readers of all levels to write spatial queries that solve real-world problems. It first gives you a background in vector-, raster-, and topology-based GIS and then quickly moves into analyzing, viewing, and mapping data. This second edition covers PostGIS 2.0 and 2.1 series, PostgreSQL 9.1, 9.2, and 9.3 features, and shows you how to integrate with other GIS tools.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookProcessing data tied to location and topology requires special... [Read More]

    • ASIN: 1617291390
    • ASIN: 1617291390
    • ISBN: 9781617291395
    • Manufacturer: Manning Publications

  • Python for Unix and Linux System Administration

    Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient and less painful way to handle them.Each chapter in Python for Unix and Linux System Administration presents a particular administrative issue, such as concurrency or data backup, and presents Python solutions through hands-on examples. Once you finish this book, you'll be able to develop your own set of command-line utilities with Python t... [Read More]

    • ASIN: 0596515820
    • ASIN: 0596515820
    • ISBN: 0596515820
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • REST APIs with Django: Build powerful web APIs with Python and Django

    Learn how to build web APIs with Python and Django 2.1.Take a modern API-first approach to creating 3 different Django back-ends: a Library API, Todo API, and a Blog API with user authentication, permissions, proper documentation, and more. You'll even learn how to connect them to a React front-end for a truly full-stack web application.TABLE OF CONTENTS Introduction Chapter 1: Web APIs Chapter 2: Library website and API Chapter 3: Todo API Chapter 4: Todo React Frontend Chapter 5: Blog API Chapter 6: Permissions Chapter 7: User Authentication Chapter 8: Viewsets and Routers Chapter 9: Schemas... [Read More]

    • ASIN: 198302998X
    • ASIN: 198302998X
    • ISBN: 198302998X
    • Manufacturer: Independently published

  • Using Google App Engine: Building Web Applications

    Build exciting, scalable web applications quickly and confidently using Google App Engine and this book, even if you have little or no experience in programming or web development. App Engine is perhaps the most appealing web technology to appear in the last year, providing an easy-to-use application framework with basic web tools. While Google's own tutorial assumes significant experience, Using Google App Engine will help anyone get started with this platform. By the end of this book, you'll know how to build complete, interactive applications and deploy them to the cloud using the same serv... [Read More]

    • ASIN: 059680069X
    • UPC: 636920800699
    • ASIN: 059680069X
    • ISBN: 059680069X
    • Manufacturer: O'Reilly Media

  • A Software Engineer Learns HTML5, JavaScript and jQuery: A guide to standards-based web applications

    New revision is now available. Fully revised and re-edited.HTML5 web applications are now capable of matching or exceeding the scale and sophistication of desktop applications, but with the unique advantage of running natively inside the web browsers on billions of desktop computers, phones, TVs and tablets.This revolution (or more correctly - evolution) has happened for a number of reasons:Browsers have introduced new standards-based APIs allowing web applications to (amongst other things) store data offline, retrieve data from the server dynamically, spawn background processes and interact ... [Read More]

    • ASIN: B00GAMTRI8
    • ASIN: B00GAMTRI8
    • Manufacturer: Cisdal Publishing

  • High Performance Django

    Getting started with Django is easy. There are tutorials and books that literally walk you through the process of getting your first site up and running. Taking that code from your laptop to the real world is like opening pandora’s box. Should I use Apache, Gunicorn, uWSGI or something else? Where should I use caching to make things faster? How do I know if my database has the right indexes or if it needs more resources? Do I need a NoSQL database like MongoDB? The site runs great on my laptop. Why is it so slow in production? How many servers does my site need? How big should they be? What... [Read More]

    • ASIN: 1508748128
    • ASIN: 1508748128
    • ISBN: 1508748128
    • Manufacturer: CreateSpace Independent Publishing Platform

  • Pro Apache (Expert's Voice)

    * The Definitive Guide to Apache, Third Edition is a new revision of Peter Wainwright’s best-selling (actually, the highest-selling) book on Apache configuration and administration. * Provides multiple methods and examples of how to solve a particular problem; compares and contrasts the methods rather than recommending a single, "best" solution. * Demonstrates how to use many of the most-popular scripting languages such as PHP, Perl, and Python to create dynamic web sites.

    • ASIN: 1590593006
    • UPC: 689253150061
    • ASIN: 1590593006
    • ISBN: 1590593006
    • Brand: Brand: Apress
    • Manufacturer: Apress

  • Best way to implement counters for highly concurrent websites: PHP7 and JSON (Japanese Edition)

    意外と難しいアクセスカウンター制作<普通の解説書の通りに作るとダメ?>アクセスカウンター、あなたはPHPで作る場合どう作りますか?fgetやfputsを使う、fwriteを使う、あるいはシンプルにfile_get_contentsとfile_put_contentsにLOCK_EXフラグを付けて作る・・・などの作り方が存在しますね。多くの入門書やサイト(海外サイトや海外書籍も含めて)ではこのやり方が紹介されています。しかし、このやり方は間違っています!厳密には間違っていると�... [Read More]

    • ASIN: B07MZPBRX6
    • ASIN: B07MZPBRX6

  • Json for Beginners: Your Guide to Easily Learn Json In 7 Days

    Are You Ready To Learn JSON Easily? This book contains the steps, strategies, and techniques you need to learn, explore, and use JSON, the preferred and standard data format of the web. It was conceptualized and developed to provide beginners and web developers a comprehensive training that will help them master JSON in as short as one day.What is JSON and why should you learn it? JSON stands for JavaScript Object Notation. A subset of JavaScript, it is a way of storing information in an organized manner. It provides human readable data that can be accessed easily and logically. JSON facilita... [Read More]

    • ASIN: B074VDBLHR
    • ASIN: B074VDBLHR

  • Web Scraping with Python - eBook

    If programming is magic then web scraping is surely a form of wizardry. By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need.

    • UPC: 687998403
    • Rating: 5.0

  • Beginning Django : Web Application Development and Deployment with Python

    Discover the Django web application framework and get started building Python-based web applications. This book takes you from the basics of Django all the way through to cutting-edge topics such as creating RESTful applications. Beginning

    • UPC: 811394030

  • Web Content Management : Systems, Features, and Best Practices

    "Looking to select a web content management system (CMS), but confused about the promises, terminology, and buzzwords? Do you want to understand content management without having to dive into the underlying programming? This book provides

    • UPC: 44979023

  • The Ultimate Guide to Mastering Minigames and Servers : Minecraft Secrets to the World's Best Servers and Minigames

    9781629372334

    • UPC: 49620076

  • Programming in Python 3 : A Complete Introduction to the Python Language

    Now fully updated, this edition brings together all the knowledge needed to write programs, use any library, and even create new library modules. The book teaches every aspect of the Python 3 language and covers

    • UPC: 11992327

  • Practical Web Scraping for Data Science : Best Practices and Examples with Python

    This book provides a complete and modern guide to web scraping, using Python as the programming language, without glossing over important details or best practices. Written with a data science audience in mind, the book

    • UPC: 716883063

  • Web Scraping With Python - eBook

    Learn web scraping and crawling techniques to access unlimited data from any web source in any format. With this practical guide, you’ll learn how to use Python scripts and web APIs to gather and process

    • UPC: 153600521

  • Ultra-Fast ASP.NET: Build Ultra-Fast and Ultra-Scalable web sites using ASP.NET and SQL Server

    Ultra-Fast ASP.NET: Build Ultra-Fast and Ultra-Scalable web sites using ASP.NET and SQL Server By Richard

    • UPC: 10932218
    • Rating: 5.0

  • Web Scraping for SEO with Python - eBook

    This project is a step-by-step guide to the development of a real project in the Python programming language and where several aspects of the language will be seen as well as its execution in different

    • UPC: 646550235

  • Python and SQL Server Development - eBook

    This book covers how to develop Python programs with SQL Server database and Azure SQL Server. Program samples and scenarios are provided to accelerate your learning speed. The following is a list of highlight topics

    • UPC: 594743472

  • Simple Python Web Server

    How To Make A Simple Python Web Server

    Python Django Web Framework - Full Course for Beginners