Designing pythonic APIs
29-11-2023
Pythonic API design, especially about being more explicit with how the public API of a library is defined / exposed and how this is decoupled from the file structure. Bulky imports couples you to the file structure, which is an implementation detail. But this is more relevant for libraries, not applications.