Lesson #03 of the "Mastering Python packages: organizing files and best practices" course.
Course intro: • Mastering Python packages: organizing file...
In this video we'll see:
requirements files
use of pip with the requirements files
different types of requirements files: runtime dependencies, development dependencies, frozed packages
use of checksums in requirements files (aspect of a reproducible Python environment)
All the content provided is freely available. You will find YouTube quizzes in the community tab.
Have fun :)
Quiz: see the community tab on this YouTube channel.
LINKS
📝 Contact me for you project (Google form): https://SolveComputerScience.github.i...
📝 Contact me for you project (Nextcloud form): https://SolveComputerScience.github.i...
💼 Fiverr profile: https://SolveComputerScience.github.i...
pip: https://pip.pypa.io/en/stable/
requirements file syntax: https://pip.pypa.io/en/stable/referen...
pip freeze: https://pip.pypa.io/en/stable/cli/pip...
pip hash: https://pip.pypa.io/en/stable/cli/pip...
CHAPTERS
0:00 Intro
0:15 Requirements files intro
4:27 Requirements file sytax
4:56 Requirements files in md-toc
7:42 A possible way to get reproducible environments
12:10 Conclusions
14:47 Outro
#python #course #programming #requirementsFiles #requirementsTxt