|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn912421302 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
150630s2015 cau o 001 0 eng d |
010 |
|
|
|a 2015487784
|
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d IDEBK
|d N$T
|d OCLCO
|d YDXCP
|d TEFOD
|d CDX
|d UMI
|d COO
|d TEFOD
|d EBLCP
|d OCLCO
|d DEBSZ
|d DEBBG
|d FEM
|d OCLCQ
|d VT2
|d HCO
|d OCLCF
|d CEF
|d WYU
|d ZCU
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 913499242
|a 914166295
|a 929505730
|a 932320771
|a 968116416
|a 969017284
|a 1008953999
|a 1066454208
|a 1103260330
|a 1129372831
|
020 |
|
|
|a 9781491903681
|q (electronic bk.)
|
020 |
|
|
|a 1491903686
|q (electronic bk.)
|
020 |
|
|
|a 9781491903674
|q (electronic bk.)
|
020 |
|
|
|a 1491903678
|q (electronic bk.)
|
020 |
|
|
|a 9781491900246
|
020 |
|
|
|a 1491900245
|
020 |
|
|
|z 9781491900253
|
020 |
|
|
|z 1491900253
|
029 |
1 |
|
|a DEBBG
|b BV043019670
|
029 |
1 |
|
|a DEBSZ
|b 453332196
|
029 |
1 |
|
|a DEBSZ
|b 455692416
|
029 |
1 |
|
|a GBVCP
|b 882845535
|
029 |
1 |
|
|a AU@
|b 000067100091
|
029 |
1 |
|
|a AU@
|b 000056948114
|
035 |
|
|
|a (OCoLC)912421302
|z (OCoLC)913499242
|z (OCoLC)914166295
|z (OCoLC)929505730
|z (OCoLC)932320771
|z (OCoLC)968116416
|z (OCoLC)969017284
|z (OCoLC)1008953999
|z (OCoLC)1066454208
|z (OCoLC)1103260330
|z (OCoLC)1129372831
|
037 |
|
|
|a AA9238D4-9976-4229-833C-D2B73852F810
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a TK5105.88813
|
072 |
|
7 |
|a COM
|x 060090
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060160
|2 bisacsh
|
082 |
0 |
4 |
|a 006.76
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Sanderson, Dan,
|e author.
|
245 |
1 |
0 |
|a Programming Google App Engine with Python /
|c Dan Sanderson.
|
250 |
|
|
|a First edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly,
|c 2015.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|2 rda
|
588 |
0 |
|
|a Online resource; title from PDF title page (Ebsco, viewed July 7, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Copyright; Table of Contents; Preface; A Brief History of App Engine; Using This Book; Conventions Used in This Book; Safari® Books Online; How to Contact Us; Acknowledgments; Chapter 1. Introducing Google App Engine; The Runtime Environment; The Static File Servers; Frontend Caches; Cloud Datastore; Entities and Properties; Queries and Indexes; Transactions; The Services; Google Accounts, OpenID, and OAuth; Google Cloud Endpoints; Task Queues and Cron Jobs; Namespaces; Developer Tools; The Cloud Console; Getting Started; Chapter 2. Creating an Application; Setting Up the Cloud SDK.
|
505 |
8 |
|
|a Installing PythonInstalling the Cloud SDK; Authenticating with the Cloud SDK; Installing the App Engine SDK; Developing the Application; The User Preferences Pattern; A Simple App; Introducing the webapp Framework; Templates, Users, and Google Accounts; Using Python Virtual Environments; Datastore Models and Web Forms; The Development Server Console; Caching with Memcache; The Python Interactive Console; Registering the Application; Uploading the Application; Testing the App; Enabling Billing; Chapter 3. Configuring an Application; The App Engine Architecture; Configuring a Python App.
|
505 |
8 |
|
|a Runtime VersionsApp IDs and Versions; Multithreading; Request Handlers; Static Files and Resource Files; MIME Types; Cache Expiration; Domain Names; Google Apps; Configuring Secure Connections; Secure Connections with Custom Domains; Authorization with Google Accounts; Environment Variables; Inbound Services; Custom Error Responses; Python Libraries; Built-in Handlers; Includes; Chapter 4. Request Handlers and Instances; The Runtime Environment; The Sandbox; Quotas and Limits; The Python Runtime Environment; The Request Handler Abstraction; Introducing Instances.
|
505 |
8 |
|
|a Request Scheduling and Pending LatencyWarmup Requests; Resident Instances; Instance Classes and Utilization; Instance Hours and Billing; The Instances Console Panel; Traffic Splitting; Chapter 5. Using Modules; An Example Layout; Configuring Modules; Manual and Basic Scaling; Manual Scaling and Versions; Startup Requests; Shutdown Hooks; Background Threads; Modules and the Development Server; Deploying Modules; Addressing Modules with URLs; Calling Modules from Other Modules; Module URLs and Secure Connections; Module URLs and Custom Domains; Dispatching Requests to Modules.
|
505 |
8 |
|
|a Starting and Stopping ModulesManaging and Deleting Modules and Versions; The Modules API; An Always-On Example; Chapter 6. Datastore Entities; Entities, Keys, and Properties; Introducing the Python Datastore API; Property Values; Strings, Text, and Bytes; Unset Versus the Null Value; Multivalued Properties; Keys and Key Objects; Using Entities; Getting Entities Using Keys; Inspecting Entity Objects; Saving Entities; Deleting Entities; Allocating System IDs; The Development Server and the Datastore; Chapter 7. Datastore Queries; Queries and Kinds; Query Results and Keys; The Query API.
|
520 |
|
|
|a This practical guide shows intermediate and advanced web and mobile app developers how to build highly scalable Python applications in the cloud with Google App Engine. The flagship of Google's Cloud Platform, App Engine hosts your app on infrastructure that grows automatically with your traffic, minimizing up-front costs and accommodating unexpected visitors. You'll learn hands-on how to perform common development tasks with App Engine services and development tools, including deployment and maintenance. App Engine's Python support includes a fast Python 2.7 interpreter, the standard library, and a WSGI-based runtime environment. Choose from many popular web application frameworks, including Django and Flask. Get a hands-on introduction to App Engine's tools and features, using an example application Simulate App Engine on your development machine with tools from Google Cloud SDK Structure your app into individually addressable modules, each with its own scaling configuration Exploit the power of the scalable Cloud Datastore, using queries, transactions, and data modeling with the ndb library Use Cloud SQL for standard relational databases with App Engine applications Learn how to deploy, manage, and inspect your application on Google infrastructure.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Google Apps.
|
630 |
0 |
7 |
|a Google Apps
|2 fast
|
650 |
|
0 |
|a Web services
|x Development.
|
650 |
|
0 |
|a Web site development
|x Computer programs.
|
650 |
|
0 |
|a Web sites
|x Authoring programs.
|
650 |
|
6 |
|a Services Web
|x Développement.
|
650 |
|
6 |
|a Sites Web
|x Systèmes-auteur.
|
650 |
|
7 |
|a COMPUTERS
|x Internet
|x Application Development.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Web Programming.
|2 bisacsh
|
650 |
|
7 |
|a Web site development
|x Computer programs
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Sanderson, Dan.
|t Programming Google App Engine with Python.
|b First edition.
|d Sebastopol, CA : O'Reilly, 2015
|z 1491900253
|z 9781491900253
|w (OCoLC)881657159
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781491900246/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29060406
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29060407
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 28488461
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL3564543
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1018738
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis31882670
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12507199
|
994 |
|
|
|a 92
|b IZTAP
|