System Setup
Softwares
- Windows: Terminal
- Git
- python
- uv
- Visual studio code
- docker desktop
- Winget commands
winget install --id=Python.Python.3.13 -e
winget install --id=astral-sh.uv -e
winget install -e --id Microsoft.VisualStudioCode
brew install git
brew install python@3.14
brew install uv
brew install --cask visual-studio-code
Visual studio code configurations
- Create a new folder open vs code
- Install following extensions
- python (Microsoft)
- jupyter (Microsoft)
Approach – Package manager
- On windows microsoft has a package manager called as winget