Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Day 1: Python Installation

  • Installed Python 3.11+
  • Configured Environment Variables (Path)
  • Verified installation: python --version
  • Created first virtual environment: python -m venv venv