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

What you’ll need

  • Slack channel: #t22-tue-packaging
  • A working installation of Python, e.g. Miniconda