#python
Read more stories on Hashnode
Articles with this tag
Setup and Installation Create a virtual environment. I'm using python3.10 for this project python3.10 -m venv venv Activate your environment source...
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It...