Completed
* Setup GitHub Actions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build Real-World AWS Microservices with Python and FastAPI From Zero
Automatically move to the next video in the Classroom when playback concludes
- 1 * Introduction
- 2 * Learning to use Github CodeSpaces
- 3 * Building Python Project Scaffolding
- 4 * Building Python virtualenv
- 5 * Adding a Python Dependency
- 6 * Setup GitHub Actions
- 7 * Running Pylint on your project
- 8 * Using a library you created
- 9 * Building library tests with Pytest
- 10 * Building CLI tools with Python Fire
- 11 * Using IPython with libraries
- 12 * Exploring Python wikipedia library
- 13 * Using FastAPI and uvicorn
- 14 * Exploring FastAPI Swagger API docs for microservice with wikipedia library
- 15 * Adding NLP with textblob library in Python
- 16 * Running tests with Pytest
- 17 * Integrating Docker with FastAPI
- 18 * Using AWS ECR Elastic Container Registry with FastAPI
- 19 * Integrating AWS CodeBuild for Continuous Delivery to ECR