Skip to content

Details

While pip and virtualenv do a good job of managing the dependencies of your Python application, they don't handle sub-dependencies very well. As a result, developers are forced to take on the responsibility for managing those packages in order to ensure a deterministic build/execution environment. This month, we look at pipenv, a new tool that automates managing your Python environment.

Members are also interested in