Reputation: 83
Although I know the Python language, I've never built a significant web app containing a large number of classes.
Now that I am contemplating doing so, I am questioning how best to structure the code in an organized way as I would normally do in a Java application.
Are there any sample Python web apps for App Engine that provide a good example of large-scale code structure?
Upvotes: 8
Views: 2116
Reputation: 5398
rietveld, by Guido van Rossum (Python creator) is a Django app built on GAE and is a good one to check out.
Upvotes: 2
Reputation: 12838
I recommend checking out Bloggart and rietveld.
For more, here's a list of App Engine samples, a big list of open-source App Engine projects, and another one.
Upvotes: 3