Flask Full Series - Web Application Development with Python - Introduction - Episode 1

Опубликовано: 06 Октябрь 2024
на канале: JimShapedCoding
30,067
551

Flask Python
#Flask #Python #FlaskTutorial

👍Welcome to my Flask tutorial

In this video, we will understand how we can get started with the Flask web framework, in order to start the process of building a website with Flask.
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:   / jimshapedcoding  
E-mail: [email protected]
Twitter :   / jimshapedcoding  
Discord :   / discord  

👍 Subscribe for more Python tutorials like this:
   / @jimshapedcoding  
🔥 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/dow...
Flask Starter Template - https://flask.palletsprojects.com/en/...

Code from Github:
https://github.com/jimdevops19/FlaskS...

Timeline for the video:
00:00 - 03:19 - Introduction to the Series
03:20 - 06:25 - Set things up - Installations
06:26 - 12:14 - What are Routes / Run your Website
12:15 - 13:59 - HTML inside Routes
14:00 - 16:42 - Debug Mode
16:43 - 21:28 - Dynamic Routes