Completed
- Python Runtime environment configuration in PyCharm
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Develop Python App in PyCharm with Flask-Based Static Content in Conda Python 3.8 Runtime
Automatically move to the next video in the Classroom when playback concludes
- 1 - Start of the video
- 2 - Intro
- 3 - Runtime Verification to have Conda and Python installed
- 4 - Creating Python project in PyCharm
- 5 - Python Runtime environment configuration in PyCharm
- 6 - Flask and other package installation in Conda within PyCharm
- 7 - Adding Flask code to Python
- 8 - Adding static content to Python project
- 9 - Testing Flask web application
- 10 - Adding environment variable based web server execution
- 11 - Recap