Learn Python 1: First install and Virtual Environments - Windows 10

Опубликовано: 29 Сентябрь 2024
на канале: Airheads Broadcasting
87,744
1.6k

Learn how to install Python and create virtual environments to keep your code well organized. We also cover installing packages with pip across environments.
Finally we look at how to manage multiple virtual environments with virtualenvwrapper, useful when you want to kick on with your Python coding.

Timestamps:
04:34 Install Python on Windows 10
06:33 Python PIP for package installation
08:20 Hello world
09:13 Virtual environment - manual creation
11:00 Pip install into venv
13:45 Pip freeze, pip list & pip install -r requirements.txt
18:20 Virtalenvwrapper-win to manage your venvs
24:00 workon command to jump between venvs easily
25:10 Closing words

Twitter:
  / joeneville_  

Free Python book:
https://automatetheboringstuff.com/

Traversy media channel - main focus is web dev but some Python
   / techguyweb  

#python #coding #windows10