Packages
Learn how to package a Python project.
Here, we discuss the basics of packaging a Python project that can be published in a repository. The default repository might be PyPi (the Python Package Index), but also could be internal; or custom setups will work with the same basics.
Creating a Python library
We are going to simulate that we have created a small library, and we will use that as an example to review the main points to take into consideration.
Get hands-on with 1400+ tech skills courses.