Skip to content
Advertisement

Great flask / other python micro framework code I could learn from [closed]

I’d like to look at some good web-app code written in python, just so I can learn some of the patterns / 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 haven’t come across a well built, comprehensive app.

Perhaps a book could work as well. Basically, I’m just trying to find a way to learn the basic programming patterns for web-applications.

Any suggestions?

Advertisement

Answer

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.

Advertisement