Pipenv
Pipenv is a package manager for Python that replaces pip and manages virtual environments. Notably, pipenv produces deterministic builds.
Mypy resources
Broader Topics Related to Pipenv
Package Managers
Package Managers: Apps that manage your apps
Python Virtual Environments
How to manage virtual environments with Python, Pip, and VEnv