Search⌘ K
AI Features

Diving In

Explore how to package Python scripts or libraries using Distutils, the built-in Python packaging framework. Understand the role of setup scripts like setup.py and learn how to release your Python software to the Python Package Index. This lesson guides you through practical techniques for distributing your Python projects regardless of license.

We'll cover the following...

Real artists ship. Or so says Steve Jobs. Do you want to release a Python script, ...