Step by step guide on how to create your own Python package and publish it on PyPI
What you will learn
☑ Good understanding of Python Packages
☑ Using GitHub Repositories to download source code’s
☑ Creating a Python package
☑ Publishing a Python package on PyPI
☑ Installing a PyPI package on local system
☑ Managing our published PyPI package
☑ Version control of published PyPI package
Description
Any Python developer from beginner to advanced must have had used packages like pandas or numpy on regular basis.
How about we create one such package on our own?
How about we publish our package for everyone else to use?
How about contributing to the open source and make the Python language better?
Let’s get started with this course to accomplish all the above!!
English
Language
Content
Introduction
Introduction
Packages and PyPI
Packages and PyPI
Creating a Python package
Creating a Python Package
Creating a PyPI Account
Creating a PYPI account
Publishing our package on PyPI
Publishing our package on PYPI
Installing and managing the package
Installing and managing the package