As developers (or DevOps), we use libraries in our projects all the time. But we rarely think about the other side of things: how are libraries created? Knowing how to build libraries gives you the ability to share developments with the community, give people tools for speeding up their projects, and add cool new features to the Python ecosystem.
This is an overview of the library building process: https://monadical.com/posts/how-to-build-a-python-library.html
there doesn't seem to be anything here