Files
Mastering-Python-2e-code_2/CH_01_getting_started

Chapter 1, Getting started
##############################################################################

| One Environment per Project introduces virtual Python environments using
| virtualenv or venv to isolate the packages in your Python projects.