Overview
Publishing your first Python package¶
Creating a package is a convenient way to share your Python code with others, or even just to make it more robust and maintainable for your own use. We'll build a simple but complete Python package from scratch, and publish it to the Python Package Index, PyPI, so that others can install it.
Instructor¶
- Matt Hall - Agile Scientific