Managing Python Dependencies Transcripts
Chapter: Conclusion
Lecture: You've Done It!
Login or
purchase this course
to watch this video and the rest of the course contents.
0:01
Congratulations, you've made it all the way to the end of the course. There was a lot to cover when it comes to Python dependency management.
0:12
Let's do a quick lightning review of what you learned in the course. You now know how to manage project dependencies with the pip package manager.
0:25
You know how to isolate project dependencies with virtual environments to avoid version conflicts.
0:32
You know how to find and identify quality third party Python packages that you can use in your own projects.
0:39
And you also know how to set up repeatable development environments and application deployments.
0:45
All of those are important skills for any professional Python developer. Programming Python is such a wide field and there is tons more to learn.
0:55
So if you are interested in getting more Python learning resources, check out my website at dbader.org
1:01
There you can find many more videos and tutorials that will help you on your journey toward mastering Python.
1:08
Thanks so much for going through the course, I hope you had a great experience and learned a lot about Python dependency management.