If you are working on multiple projects you might have run into a problem — different projects requiring different versions of the same package.

Today we are going to solve this with python virtual environments. You'll learn what they are, how to create and use them, and how they actually work under the hood.




Why to use virtual...