Repository for storing programs from my practice with Python. All the resources used to learn will be stored in the Resources folder.
- Visual Studio Code
- PowerShell 9
- Github and Github Copilot
- Thonny
- Python Tutor
python -m ensurepip --upgrade
pip install --upgrade pip
python -m venv venv
venv\Scripts\activate.bat
venv\Scripts\Activate.ps1