- AJAX (1)
- ColdFusion (1)
- Databases
- Apache Cassandra
- Apache Hadoop
- MariaDB
- MongoDB (2)
- MySQL (1)
- PostgreSQL (1)
- Redis (1)
- SQL (1)
- Django (1)
- Flask (web framework)
- Javascript (3)
- Angular (1)
- AngularJS (4)
- Backbone.js
- jQuery (1)
- MeteorJS
- Node.js (2)
- Polymer
- React (2)
- Redux.js (2)
- TypeScript (1)
- Vue.js
- PHP (11)
- Drupal (3)
- Joomla (1)
- Magento (1)
- Phalcon
- WordPress (2)
- Ruby on Rails (1)
- Scala
- Web Services
- Google Maps (1)
Topics: Flask (web Framework)
Flask (web framework)
Flask is a micro web framework written in Python and based on the Werkzeug toolkit and Jinja2 template engine. It is BSD licensed.The latest stable version of Flask is 0.12 as of December 2016.
Applications that use the Flask framework include Pinterest, LinkedIn, and the community web page for Flask itself.
Flask is called a micro framework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions that can add application features as if they were implemented in Flask itself. Extensions exist for object-relational mappers, form validation, upload handling, various open authentication technologies and several common framework related tools. Extensions are updated far more regularly than the core Flask program.
