Python Package Development & Hosting on Github

Today we are going to learn how to create a python package and host it in github & use it in a project.

What is Python Package?

Python packages are collections of modules that simplify and extend Python’s functionality. They allow developers to reuse code, organize related functionalities, and avoid redundancy. A Python package typically contains multiple Python files (modules) bundled together under a common directory.

About Python Packages: https://packaging.python.org/en/latest/tutorials/packaging-projects/

Source code git repo: https://github.com/lpkapil/simple_adder

I hope you enjoy the video, Please let me know your questions and queries in comment section.

Leave a Comment