This is my personal opinion about the entire process I recommend to people using Python on Windows, but it’s based on 8 years of experience in academia and working with UAVs.
- Use Python and Git primarily from VS Code
- Use Git command-line for cloning repositories with SSH authentication
- Use python virtual environment for every project
-
Every time you install a package in the system interpreter, a unicorn dies
- Always put the virtual environment in
venv
folder
-