Question

I'd like to look at some good web-app code written in python, just so i can learn some of the patters / see how i can improve my code.

I've already googled around a bit, used google code search and run a search on github too - but havent come a across a well built, comprehensive app.

Any suggestions?

thanks

EDIT: Else perhaps a book. Basically, im just trying to find a way to learn the basic programming patterns for web-applications..

Was it helpful?

Solution

Why not start with the publicly available flask.pocoo.org?

Note: I'm linking to the Github repository on which he has published the code for his website (which runs on flask) rather than the website itself.

OTHER TIPS

You might take a look at this fairly comprehensive list:

http://wiki.python.org/moin/WebFrameworks

And this question might be of interest:

What's a good lightweight Python MVC framework?

IMHO your time would be better invested learning something like Django, because much of what you could improve in a micro framework is already builtin on a bigger framework.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top