Welcome to the "Building Python Packages" category, where you'll learn how to create and distribute your own Python packages through PyPi (Python Package Index) so everyone can install your package using "pip." We will use the code of one of the apps we build during the course to create our own package.
Let's dive in!