filmov
tv
Compiling Python from scratch with Github Codespaces

Показать описание
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: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: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"
If you enjoyed this video, here are additional resources to look at:
AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:
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: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: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"
If you enjoyed this video, here are additional resources to look at:
AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:
Compiling & Decompiling Python Scripts
Compiled Python is FAST
Python for Beginners - Learn Python in 1 Hour
Python vs C/C++ vs Assembly side-by-side comparison
Python vs C++ Speed Comparison
How to turn your Python file (.py) into an .exe (Tutorial 2021)
Python API Development - Comprehensive Course for Beginners
Learn Python With This ONE Project!
Create a Simple Neural Network in Python from Scratch
How to set up Python on Visual Studio Code
Massively Speed-Up Python Code With Numba Compilation
Build your first machine learning model in Python
Did Python just REPLACE JavaScript!?👩💻 #programming #tech #technology #software #developer #code...
The New Python 3.13 Is FINALLY Here!
Convert GUI App to Real Program - Python to exe to setup wizard
How To Build A Trading Bot In Python
👩💻 Python for Beginners Tutorial
Neural Network from Scratch | Mathematics & Python Code
Python Website Full Tutorial - Flask, Authentication, Databases & More
Automating My Life with Python: The Ultimate Guide | Code With Me
Make Your First AI in 15 Minutes with Python
How to build a web app in python. Complete roadmap and learning materials...
How to Run Python in Visual Studio Code on Windows 10 [2022] | Run Sample Python Program
How to Install Python on Mac OS and How to Run Python code
Комментарии