In this lesson you will learn how to package your python application. I will use setuptools to illustrate the process. Setuptools is de facto standard for packaging and distribution of python modules. Note that while reading documentation many times "distutils" is mentioned. Watch the video to understand difference between distutils and setuptools.
At the end of lesson I will give you one practical tip on how use "develop mode" of setuptools in your working environment.