To make a basic website using the Flask python package you can follow any guides you can find. For example:
To make a basic website using the Flask python package you can follow any guides you can find. For example:
* [Flask Mega Tutuorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) This tutorial consists of the basics, and continues on to create a Blogsite, with account management and such.
* [Flask Mega Tutuorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) This tutorial consists of the basics, and continues on to create a Blogsite, with account management and such.
* [\[Video\]Python Website Full Tutorial](https://youtu.be/dam0GPOAvVI) A YouTube tutorial with Flask basics
* [\[Video\]Python Website Full Tutorial](https://youtu.be/dam0GPOAvVI) A YouTube tutorial with Flask basics
It\'s also worth mentioning, that Flask has various \“AddOn\” modules, like flask-wtf, which allows you to create forms on your website for data collection.
It\'s also worth mentioning, that Flask has various \“AddOn\” modules, like flask-wtf, which allows you to create forms on your website for data collection.
Once you’re done, collect all Python packages needed in a `requirements.txt` with version number included. It should look something like this:
Once you’re done, collect all Python packages needed in a `requirements.txt` with version number included. It should look something like this: