You now know how to:
- Manage Python project dependencies with pip
- Isolate project dependencies with virtual environments to avoid version conflicts
- Find and identify quality third-party packages to use in your own Python projects
- Set up repeatable development environments and application deployments
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
iammarciof on April 2, 2020
Hello Dan. Thanks for the course. Where does pipenv stands? Isn’t actually the better to use pipenv instead of pip and venv?