There are plenty of well known sites that use GAE
Example of large sites running on Google App Engine
But I wonder if there are examples of python open-source projects built on the GAE that I can simply download and play with.
I find it easier to learn by doing rather than reading throught the docs. Having a working model that I can launch locally would be more useful than all the reference material in the world because it would show me how to structure, configure + some best practices.
If I could have my wish-list, I'd look for an example that:
- Actually does something - not just static pages
- Makes use of a number of different entities, preferably with some relationships between them
- Some templates
- Possibly a RESTFUL API
- Using the builtin webapp framework (not django etc)
Thanks!