Tonight I spoke at the PyHouston meetup over Flask. Flask is a micro-framework for web development written by Armin Ronacher (Mitsuhiko) in python. It’s pretty cool stuff so if you get a chance check it out.
An example Flask application can be found at my github:
http://github.com/glenbot/flask-tweetfeed
Here are the slides:
http://www.slideshare.net/glenbot/flask-5252653

Flask is pretty nifty. I checked it out a while ago.
The one thing I found lacking was package support for larger applications. However, with the pace of development, I’m sure they’ll get the kinks worked out.
The community is great. I was able to make a documentation patch and it got accepted. Questions in irc are generally answered pretty fast and ideas are encouraged.
It’s certainly promising.
Agreed. It’s def better for smaller sites in the current state. I don’t mind using it for prototypes since it requires even less structure than a django app.