Switch to Rust
Switching to Rust from Python (Live Rough Draft Series)
This video series covers how to switch to Rust from Python.
It is in
rough draft
format and will be updated as the series progresses.
The aim is to get this content out to the community as soon as possible.
You can follow along with the code on GitHub at
* Rust Tutorial-
https://nogibjj.github.io/rust-tutorial/
.
* Rust MLOps Template-
https://github.com/noahgift/rust-mlops-template
Course Outline
Lesson 1: Introduction
-
Introduction to Switching to Rust from Python
-
Rust Live Notes Overview
-
Setup Rust and Explain the Difference from Python
-
Copilot Enabled Rust Development
-
Leveling Up Rust Packaging, Actix Microservice, and Crates
-
Energy Efficiency of Python vs Rust
-
Using VS Code, Copilot and Codespaces to Level Up to Rust from Python
-
Continuous Integration and Continuous Delivery with Rust via GitHub Actions
-
Using All of GitHub's New Features: Copilot, Codespaces, Copilot Chat, and Copilot CLI
Lesson 2: High Performance MLOps with Rust
-
High Performance MLOps with Rust Hugging Face
-
Systems Programming Rust vs Python
-
Data Engineering with Rust - Deduplication
-
Rust GPU Hugging Face Translator
Lesson 3: PyTorch, Stable Diffusion, and Rust GPU Demo
-
PyTorch Stable Diffusion Rust GPU Demo
-
High Performance PyTorch Rust Demo
-
Building a CUDA-enabled Stress Test with Rust PyTorch
Lesson 4: Google Cloud Platform and Rust
-
Onboard GCP with Rust and Python
-
Google Cloud Run Rust Actix Microservice
-
Demo: Build and Deploy Rust Microservice to Cloud Run
-
Demo: Monitoring and Logging Rust App Engine
-
Demo: Load Testing
Lesson 5: AWS and Rust
-
Intro to Actix Rust Containerized Microservice
-
Rust AWS Step Functions
-
MLOPs Inference with ONNX via EFS + AWS Lambda
-
Async Rust SDK with AWS Lambda counts all objects in S3
-
Rust for MLOps with Amazon SageMaker
Learning Objectives
-
Learn program in Rust using Python as a reference and advanced tools like GitHub Copilot to assist
-
Learning to build solutions with Rust including CLI, Web, and MLOps
-
Learning to build Rust solutions for AWS, GCP, and Azure
-
Learning to build Rust solutions for Kubernetes, Docker, and Serverless
-
Learning to build Rust solutions for Data Engineering, Data Science, and Machine Learning Operations (MLOps)
-
Learning to build Rust solutions for GPU-accelerated Machine Learning
-
Learning the key syntax and features of the Rust Language
Additional Popular Resources