Python Package Design, Refactoring and the Stingray Reader Project
We'll be digging into Mastering Object-Oriented Python. Chapter 17, specifically.
We'll also be looking at a big refactoring of the Stingray Schema-Based File Reader.
We can identify three species of packages.
One common design is a Simple Package. A directory with an empty __init__.py file. This package name becomes …
more ...