Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any more advanced tutorial for using python on Google AppEngine?

I'm looking for a tutorial that begins where the official tutorial ends. In other words a more comprehensive tutorial on Python + Google AppEngine + webapp2

Any tips much appreciated!

like image 502
Epalissad Avatar asked Apr 13 '26 03:04

Epalissad


2 Answers

You can take a look at the webapp improved documentation. Also, there is the book 'Programming Google App Engine', which its 2nd edition is supposed to be ready in October (see its webpage for details).

like image 81
Sebastian Kreft Avatar answered Apr 18 '26 01:04

Sebastian Kreft


As for webapp2, try looking at http://blog.notdot.net/2011/11/Migrating-to-Python-2-7-part-2-Webapp-and-templates (and basically anything by Nick Johnson). EDIT: Sebastian Kreft's suggestion is more what you want, I'm guessing. But still read Nick's stuff :)

As for a more advanced tutorial, a cop-out answer (that I'll recommend) is just reading the docs and trying stuff out yourself. For instance, reading through this (same docs, just further down the left-nav) will give you an overview of the variety of services/api/etc. that are available in the SDK. I'm as far from an expert as you'll find, but doing that (in combination with creating my own problems and solving with the help of the people on this site) will definitely help you learn.

like image 42
RocketDonkey Avatar answered Apr 18 '26 00:04

RocketDonkey



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!