Conclusion

Conclusion

Python’s popularity is due in part to the large collection of libraries that its community has written over the decades. In this lesson, you learned about:

  • Python libraries and how they work.
  • How to install Python libraries.
  • How to create Python virtual environments.

You learned ways to find libraries using PyPI, the Python package index and how to create virtual environments. You also learned how to manage dependencies and ensure that your projects remain isolated from one another.

Way to go!

See forum comments
Download course materials from Github
Previous: Virtual Environment Demo Next: Quiz: Working with Python Libraries & Package Management