Tags

CLI

Apr 12, 2022 Python Engineering 32 min read

Python Engineering (2): Project Structure — From Script to Package

Learn how to organize Python code into proper packages with imports, entry points, and CLI tools. Build a real command-line application from scratch.