Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build Real-World Python Microservices with Continuous Delivery From Zero
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Scaffolding a project in Python
- 3 Setup Virtualenv
- 4 Building Makefile
- 5 Setup Github Actions
- 6 Formatting code with Python Black
- 7 Test code with Pytest and Pytest Coverage
- 8 Using Python Fire to build CLI
- 9 Write Wikipedia scraper
- 10 Use IPython to interact and debug code in Github Codespaces
- 11 Pinning FastAPI version number
- 12 Building FastAPI Microservice
- 13 Using Text blob NLP service to parse phrases
- 14 Debugging broken code
- 15 Building container
- 16 Setup AWS Code Build push to ECR Elastic Container Registry
- 17 Setup AWS Code Build to ECR to AWS App Runner Continuous Delivery