This is the first part to my new series on web development using Python. For this video, I'm starting with the basics of Flask (installation, running the server, endpoints, website basics, etc.). Later on, I'll be using HTML, CSS, JavaScript, and MongoDB. I'll also demonstrate how to deploy to Linux using Nginx and Gunicorn/uWSGI (not sure which yet).
Discord:
/ discord
My Projects:
https://dafluffypotato.com/projects
Patreon:
/ dafluffypotato
Potato Tier Patrons:
Keill
NingNangNongy
0:00 - intro
0:39 - installing flask
1:10 - if pip isn't working
2:24 - creating a basic webpage
4:49 - running the server
5:13 - getting to your new website
5:56 - your second webpage
7:10 - response codes
8:26 - request methods
9:35 - setting your port
10:35 - outro
#python #webdev #flask