Flask Python
#Flask #Python #FlaskTutorial
👍Welcome to my Python Flask tutorial
In this episode, we will learn how to use Flask Forms, and this is going to be quite easy because of additional libraries in Flask that helps us to create Forms like a Register form very easily.
Throughout this series, I am going to go deeper into each topic by developing a real website that simulates an open market that different users can purchase items, including a budget system for each user.
Connect with me with:
- Instagram: https://www.instagram.com/jimshapedcoding
- E-mail: [email protected]
- Twitter : https://twitter.com/jimshapedcoding
- Discord : https://discord.com/invite/aMgcPD9
👍 Subscribe for more Python tutorials like this:
https://www.youtube.com/channel/UCU8d...
🔥 Comment below on other topics you want to see tutorials next on my Channel.
-----------------------------------------------
My website:
http://www.jimshapedcoding.com
Useful Links:
Python Download - https://www.python.org/downloads/
Pycharm Download - https://www.jetbrains.com/pycharm/download
Flask Starter Template - https://flask.palletsprojects.com/en/1.1.x/quickstart/
Code from Github:
https://github.com/jimdevops19/FlaskSeries
Timeline for the video:
00:00 - 07:29 - Creating a Flask Form for User Registration
07:30 - 15:12 - Route for Registration & Secret key
15:13 - 27:27 - Display the form fields and Customizations