What every data scientist should know about Python dependencies?
Dependency management could be described as the act of managing all the external pieces that your project relies on. This article describes how dependency management is essential for documenting the required environment for your project and making it easy and deterministic for others to reproduce it.
The article also explains the basics of Python dependency management and introduces the atomic unit of Python dependency: the package.Â
You can read the full article here: https://valohai.com/blog/dependency-management-for-data-science/
Â
0
Please sign in to leave a comment.
Comments
0 comments