Packaging and Dependency Management
View Course Diagram
Learning outcomes
- Organise your Python code into a package.
- Import functions from your Python package.
- Configure your Python package to distribute to others.
- Share your Python package by publishing to a package index.
- Use Python virtual environments for reproducibility.
- Allow reproducible builds of your C++ code with CMake.