Python has some good "batteries" that it comes it, but let's be honest, if you are doing anything more advanced than a toy project, you will need to involve other libraries. This tutorial will discuss how to accomplish this with both Conda and virtual environments.
You will learn:
Why Environments? (20 min)
Conda Walkthrough (60 min)
Installation (Please come with Conda installed)
Sharing requirements
Virtual Environment Walkthrough (60 min)
Installation
Sharing requirements
Compare and contrast (10 min)