Skip to content

Latest commit

 

History

History

flask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

flask

What is it good for?

flask is a lightweight web server.

You can create APIs and simple web pages with very little code.

Installed with Python or Anaconda

no

How to install it?

:::text
pip install flask

Where to learn more?