How to Build a Python Package
Python, Golang, Javascript, etc libraries require packaging. It's done to easily distribute code among users thereby avoiding problems in future development.
In Python, a library is distributed through the Python Package Index (PyPI), a public hostin...
blog.edeediong.com5 min read