Completed
- Testing code first
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
FastAPI - Live Implementation and Debugging Python Code with PyCharm and VS Code IDE
Automatically move to the next video in the Classroom when playback concludes
- 1 - Tutorials and content intro
- 2 - Creating Python application in PyCharm
- 3 - Setting Python 3.9 interpreter
- 4 - Adding main application code i.e. app.py
- 5 - FastApi specific python packages
- 6 - ASGI gateway initialization code with app
- 7 - Mounting "static" folder with app
- 8 - Creating templates folder with index.html
- 9 - Setting Jinja2 templates with app
- 10 - Creating main entry point in application
- 11 - Runtime Configuration Setup
- 12 - Running application first time
- 13 - Binding index.html with route '/'
- 14 - Adding GET based /hello api endpoint
- 15 - Setting Python Debugger with PyCharm
- 16 - Running FastApi debugger with PyCharm
- 17 - Setting port in the debugger for FastApi
- 18 - Opening FastApi project in VS Code
- 19 - Setting Python 3.9 Interpreter
- 20 - Adding Run and Debug configuration
- 21 - Testing code first
- 22 - Setting FastApi Debugger with VS Code
- 23 - GitHub repo with the code and instructions