Create reusable codes across Projects and potentially ShareIt!

February 7, 2018
Create reusable codes across Projects and potentially ShareIt!

I am programming in modules, and it is easy to share *.py within a project. How?

My common.py

February 3, 2018
My common.py

A list of classes / functions I use repeatedly across projects. Also, please see ^^post blog/2018/02/python-decorators.md^^

Some useful python decorators I have made recently.

February 3, 2018
Some useful python decorators I have made recently.

I wonder how could I make it available across projects???

A successful py2app setup.py code

January 27, 2018
A successful py2app setup.py code

py2app and py2exe are how to compile a Python package bundle into a single file app. However, I had problem simply running py2applet --make-setup PatientLogbook.py database/user.db, so I have to edit the config file myself.

Root causes of the problem running python setup.py py2app include the following.