Publishing Packages on PyPi

1 · Muhammad · Dec. 12, 2018, midnight
As an Intermediate/Beginner Python developer you always wondered how to publish your own python packages so you can share it with your friends and colleagues. In this post I will be walk you through the process of publish your own packages on PyPi. So What’s PyPi ? PyPi is Python Package Index. It’s more like npm or homebrew where you can find different packages such as Flask,Django,Tweepy and much more. Most of the packages are open sourced and PyPi is itself open source and maintained by dev...