Python 3 and Visual Studio Code Install on Windows 10

preview_player
Показать описание
Install Python 3 and Visual Studio Code on Windows 10 then interact with a REST API.

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

Good points about Python on Windows:
1/ Very easy install, just remember to hit the 'Add to Path'
2/ PIP is packaged with the install so one less installation step.
3/ Unlike macOS and linux, there's no system-wide Python install to worry about, so if you are just want to get started & learn the basic you can install globally as I have. If you are serious about this, you'll want to learn about virtualenv and pipenv.
4/ VS Code works great on Wins, I've not had any issues.

null_zero
Автор

Thinking of learning Python? Install Python 3 & VS Code and get hacking the planet.

AirheadsBroadcasting