SlideShare a Scribd company logo
A Python Micro-framework For Web Development http://flask.pocoo.org Glen Zangirolami Blog:  http://theglenbot.com Twitter:  http://twitter.com/glenbot
What is Flask? A micro-framework written in python
It is called a micro-framework because the core remains simple and you can use extensions to enhance it Uses Werkzeug WSGI utilities and Jinja 2 template engine
A solid foundation for web applications
What comes with Flask? Built-in development server and really awesome debugger
Integrated unittesting support
Jinja 2 template engine
100% WSGI Compatible
Unicode Based
Fantastic documentation and community
What can Flask be used for? Creating a twitter type client

More Related Content

Flask