3 mn read
0
How to setup a Python Flask application on Microsoft Azure
3 mn read What is Flask? Flask is a Python framework for web development. When creating complex and large sites that are backend-heavy, you will want to use a backend framework. Currently, the 2 Python frameworks that are the most useful to learn are Flask and Django. Flask being a lightweight framework can be used to quickly set […]