Flask Python
#Flask #Python #FlaskTutorial
👍Welcome to my Python Flask tutorial
In this episode, we will learn how to connect our Web Application to a database, this will allow us to have maintainable information, that is going to be fun and comfortable to manage.
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
Link to Download SQLite Viewer:
https://sqlitebrowser.org/
Timeline for the video:
00:00 - 03:00 - What are Databases & SQlite Database
03:00 - 05:25 - Installing SQLAlchemy
05:25 - 12:47 - Models & Creating our first Model
12:48 - 15:29 - DB Configurations
15:30 - 21:50 - Create DB file / Store Items in our DB
21:51 - 23:49 - Overiding __repr__ to display prettier objects
23:50 - 28:17 - Useful Flask commands with Python Shell
28:18 - 31:20 - DB Viewer in Graphical User Interface