Video description
Get started building powerful Command-line Tools with Python. From a single file with no dependencies to
packaging and publishing your tool on the Python Package Index.
Everything you need to know to get up and running quickly to create Python command-line tools.
Topics include:
* An introduction to Python scripts and Python packaging
* Declare dependencies and package your script for installing and sharing.
* …