1. Python Installation Overview
2. Python Setup (Windows)
3. Python Setup (Mac)
4. Python Integrated Development Environment Overview
5. Setup Integrated Development Environment
6. Download Python Refresher Source Code.html
7. Python Variables
8. Python Comments
9. Assignment.html
10. Python Assignment Solution
11. Python String Formatting
12. Python Getting User Input
13. Python Sting Assignment.html
14. Python String Assignment Solution
15. Python Lists
16. Python Sets and Tuples
17. Python Lists Assignment.html
18. Python Lists Assignment Solution
19. Python Booleans and Operators
20. Python If Else Statements
21. If Else Assignment.html
22. Python If Else Assignment Solution
23. Python Loops
24. Python Loops Assignment.html
25. Python Loops Solution
26. Python Dictionaries
27. Python Dictionaries Assignment.html
28. Python Dictionaries Solution
29. Python Functions
30. Python Function Assignment.html
31. Python Imports
32. Python Object Oriented Programming
33. Python Class Inheritance
34. FastAPI Overview
35. Virtual Environments Overview
36. FastAPI and Virtual Environment Installation (Windows)
37. FastAPI and Virtual Environment Installation (Mac)
38. Basic Project Introduction
39. FastAPI Get Request Method Overview
40. FastAPI First API Endpoint
41. FastAPI Enhance Get Request
42. FastAPI Path Parameters Overview
43. FastAPI Path Parameters
44. FastAPI Query Parameters Overview
45. FastAPI Query Parameters
46. FastAPI Post Request Overview
47. FastAPI Post Request
48. FastAPI Put Request Overview
49. FastAPI Put Request
50. FastAPI Delete Request Overview
51. FastAPI Delete Request
52. FastAPI Assignment.html
53. FastAPI Assignment Solution