Video description
Compiling Python from scratch with GitHub CodeSpacesLearn to compile like a pro
This video will show you how to compile like a professional!. Topics Covered Include:
Learn to install Python from scratch with GitHub Codespaces. Also learn to use GitHub Copilot with Ludwig.
- 00:00 Intro
- 01:09 Create new GitHub Repository
- 01:58 Create new GitHub Codespace with 16 cores
- 02:62 Configure Visual Studio Code Dark Theme
- 03:47 apt-get update and apt-get install python development tools
- 04:32 Using htop to monitor multi-core load
- 05:13 downloading python from www.python.org
- 05:45 Installing python from source
- 06:40 ./configure --enable-optimizations
- 07:28 Compiling python with multi-core flag make -j 16
- 09:24 Finishing install with sudo make altinstall
- 10:07 Replacing system python by using the newly installed python with ~/.bashrc alias
- 11:07 Creating virtualenv and sourcing it inside of ~/.bashrc
- 12:22 Create project scaffold with requirements.txt and Makefile
- 12:00 Installing ludwig with make install command
- 13:53 Install GitHub Copilot
- 14:29 Commit code and setup Github Actions
- 17:41 Test out GitHub Copilot auto-complete with "ludwig"
- Create a Github Repo and launch it in a CodeSpaces instance
- Create a GitHub Codespace with 16 cores
- Compile Python from scratch with GitHub CodeSpaces and a 16 core machine
- Pytest Master Class
- AWS Solutions Architect Professional Course
- Github Actions and GitOps in One Hour Video Course
- Jenkins CI/CD and Github in One Hour Video Course
- AWS Certified Cloud Practitioner Video Course
- Advanced Testing with Pytest Video Course
- AWS Solutions Architect Certification In ONE HOUR
- Python for DevOps Master Class 2022: CI/CD, Github Actions, Containers, and Microservices
- MLOPs Foundations: Chapter 2 Walkthrough of Practical MLOps
- Learn Docker containers in One Hour Video Course
- Introduction to MLOps Walkthrough
- AZ-900 (Azure Fundamentals) Quick reference guide
- 52 Weeks of AWS Episode 8: Infrastructure as Code with CDK and AWS Lambda
- Learn GCP Cloud Functions in One Hour Video Course
- Python Devops in TWO HOURS!
- MLOps Platforms From Zero: DatMLOps Platforms From Zero: Databricks, MLFlow/MLRun/SKLearn
- AWS Machine Learning Certification In ONE HOUR
- Fast, documented Machine Learning APIs with FastAPI
- Zero to One: AWS Lambda with SAM and Python in One Hour
- AWS Storage Solutions 2022: EBS/S3/EFS/Glacier
- Python Bootcamp for Data
- Testing In Python book
- Minimal Python book
- Practical MLOps book
- Python for DevOps-Playlist
Table of contents
Product information
- Title: Compiling Python from scratch with Github CodeSpaces
- Author(s):
- Release date: August 2022
- Publisher(s): Pragmatic AI Labs
- ISBN: 062212022VIDEOPAIML
You might also like
video
GitHub Codespaces and custom dotfiles
GitHub Codespaces and custom dotfiles Add your dotfiles to any Codespace automatically Customize any GitHub Codespace …
video
Three Most Important Files in a Python Project
Three Most Important Files in a Python Project Short and Sweet Learn about the three most …
video
Github Actions Hello World All Cloud and Codespaces
Learn to build out Continuous Integration with Github Actions and all clouds. Azure, AWS, GCP and …
video
Python Bootcamp
Python Bootcamp Learn foundational Python with an emphasis for data In this course, you will learn …