Skip to content

PRO TIP Block youtube.com at the DNS level β€” Pi-hole, NextDNS or your hosts file β€” but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

How to Create a Web Application in Python using Flask

170.6K views on YouTube

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap

Learn how to create web application in Python using Flask. This is the final project of the Python for Beginners series. Link in the description for the full playlist. We will create a Python web app that retrieves and displays the weather for any major city.

πŸ’– Support me on Patreon ➜ https://patreon.com/davegray

⭐ Become a full-stack dev with Zero To Mastery Courses:
– The Complete Python Developer: https://bit.ly/CompPythonDev
– Complete Machine Learning & Data Science: https://bit.ly/CompMachineLearning
– Junior to Senior Dev Roadmap: https://bit.ly/WebDevRoadmap-JrtoSr

🚩 Subscribe ➜ https://bit.ly/3nGHmNn

πŸ“¬ Course Updates ➜ https://courses.davegray.codes/

❓ Questions – Please post them to my Discord ➜ https://discord.gg/neKghyefqh

β˜• Buy Me A Coffee ➜ https://www.buymeacoffee.com/davegray

πŸ‘‡ Follow Me On Social Media:
Github: https://github.com/gitdagray
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/

πŸ”— Source Code: https://github.com/gitdagray/python-course

πŸ”— Playlist for this Python Course: https://bit.ly/dg-beginners-python

How to Create Web Application in Python using Flask

(00:00) Intro
(00:05) Welcome
(00:13) Overview
(01:04) Create & activate a Virtual Environment
(02:18) Install packages with PIP
(03:40) .gitignore and .env files
(06:48) static and templates
(12:51) Create the weather module
(18:14) Getting started with Flask
(21:57) Switching to a production server
(23:15) Weather Results template
(31:03) Running the app
(33:08) Handling unexpected input
(43:32) Deploying the app to the web

πŸ“š Tutorial References:
πŸ”— Python Official Site: https://www.python.org/
πŸ”— Visual Studio Code Official Site: https://code.visualstudio.com/
πŸ”— Python Module Index: https://docs.python.org/3/py-modindex.html
πŸ”— Python Standard Library: https://docs.python.org/3/library/index.html
πŸ”— Python Package Index (PyPI): https://pypi.org/
πŸ”— Flask: https://flask.palletsprojects.com/
πŸ”— OpenWeatherMap.org API: https://openweathermap.org/

Was this Python tutorial about how to build a Flask web application with Python helpful? If so, please share. Let me know your thoughts in the comments.

#python #flask #application