Build a Python Library to Share your code with others Step 1: Organize Your Code Create a directory structure for your library: mylibrary/ mylibrary/ init.py module1.py module2.py setup.py README.md # example - coolmath