SaadAhmedSalim / Flask-Framework-From-Beginning

I will show the beginner how to use flask framework and some coolest way to do a project using python-flask.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Framework-From-Beginning

I will show the beginner how to use flask framework and some coolest way to do a project using python-flask.

1st download python and pip

My operating system is Windows

Then We have to make a virtual Environment for our Project.

mkdir flaskenv

cd flaskenv

virtualenv venv

cd venv/Scripts/

activate

By activating command, Virtual Environment will be run. If you want to disable it, just use deactivate command.

About

I will show the beginner how to use flask framework and some coolest way to do a project using python-flask.


Languages

Language:Python 58.4%Language:HTML 41.2%Language:JavaScript 0.4%