python-crash-course This repository contains necessary material for learning python. Go to beginners folder basic python examples Virtual Environment setup windows python -m venv venv venv\Scripts\activate python -m pip install --upgrade pip