Python Developer System Setup
-
We need the following softwares to be installed on the Machine
- Minimum
- Git
- Python
- Visual Studio Code
- Windows Terminal (For Windows 10/11 users)
- Advanced Python
- Anaconda
- PyCharm
- Minimum
-
Steps For Windows:
- Install Windows Terminal
- Install git Download git Refer Here
- Install Python. Download python 3.9.6 Refer Here
- Install Visual Studio Code Refer Here
- Advanced Setups:
- Install Anaconda Refer Here
- Install Pycharm Community Refer Here
-
Steps for mac
- Install homebrew by launching the mac terminal Refer Here
- Install git
brew install git
- Install python
brew install python@3.9
- Install visual studio code Refer Here
brew install --cask visual-studio-code
- Anaconda Refer Here
- Pycharm community Refer Here