Using Flask web-framework
Details
Let's explore one of the popular web-framework from Python community; FLASK.
We will explore one general use case which will cover:
- Structuring Flask app
- Handling Authorization
- Using ORM with Flask (using MongoDB)
- REST
Prerequisite:
This is an intermediate level talk so knowledge of software development and python language is required.
