Uploading a Python package to PyPi
As a Python developer, you must be familiar with the python packages installation procedure: pip install {package_name}. But maybe, you have never asked yourself how this works behind the curtain. This post is to briefly explain how you can upload you own package to PyPi, so that other programmers can use it.

Image taken from: https://pypi.org
You can check the full blog post on my Medium at Python in Plain English: Uploading a Python package to PyPi