Python Package Masterclass, Beginner to Advanced.
Course Description
Python Language’s most important feature is Modularity. The ability to import and use different modules and packages makes python code simple and sophisticated.
In this course, you will learn
– how to create your own custom python package
– how to deploy a custom package on PyPI and Github
– how to install and use a package from PyPI
– how to maintain and update a published package