Compiling Python from scratch with Github Codespaces

preview_player
Показать описание
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:

Рекомендации по теме
Комментарии
Автор

This was brilliant! I used to code back in the day, but only at a novice level. I wanted to write a Python script, but things (surprisingly) seemed to have got more complicated for beginners (setting up) than they were 30 years ago! GitHub is exactly what I needed after getting completely overwhelmed with all the stuff required before even writing the first line! Thanks.

thesounds
Автор

Best Python Guide I Ever Watched. Thanks noah. Learned a lot ❤💕

GaziAshiq
Автор

I'm trying to get tcod via pip then using import tcod on a project for school but can't seem to get it to work.

sampson
Автор

my codespace keep jumping out this error message: ModuleNotFoundError: No module named 'ludwig'
Can you tell me why is this happening ? thanks a lot !

evanlin
Автор

What did you clicked to save nano changes

zankati
Автор

Do you have link to the github repoused in this video?

VishalShanbhag
Автор

Can you do a video for Julia with Codespace

wryltxw
join shbcf.ru