Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Create a Web Application in Python Using Flask
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Overview
- 4 Create & activate a Virtual Environment
- 5 Install packages with PIP
- 6 .gitignore and .env files
- 7 static and templates
- 8 Create the weather module
- 9 Getting started with Flask
- 10 Switching to a production server
- 11 Weather Results template
- 12 Running the app
- 13 Handling unexpected input
- 14 Deploying the app to the web