- Jupyter Notebooks
- This week, you will learn how to install and run Jupyter on your local machine. Additionally, you will explore strategies to use code and text cells in a Jupyter notebook.
- Cloud-Hosted Notebooks
- This week, you will learn how to create and use a Cloud-based notebook in Google Colab and AWS Sagemaker.
- Python Microservices
- This week, you will learn how to build a Python Microservice with FastAPI and deploy a containerized machine learning Microservice for data engineering.
- Python Packaging and Command Line Tools
- This week, you will learn how to organize a Python project so you can build a powerful command-line tool. You will use Click, a useful command-line tool framework to enhance your tool. Finally, you will automate testing and quality control for publishing and sharing your tool with a registry.