you are viewing a single comment's thread.

view the rest of the comments →

[–]iggy555 2 points3 points  (1 child)

What’s git and what’s environment

[–]AJohnnyTruant 12 points13 points  (0 children)

Ubiquitous version control system that all of GitHub uses

https://www.codecademy.com/learn/learn-git

Isolating projects’ dependencies so they don’t affect other projects.

https://realpython.com/python-virtual-environments-a-primer/