#python units of reuse
- def, class
- modules (http://file.py, folder/__init_.py)
- package (pip installable thing)
- app (OS packaging tools, apt-get/yum/msi)
- data files? (json-like things)
What am I forgetting?
Post
January 5, 2021
January 5, 2021
#python units of reuse
- def, class
- modules (http://file.py, folder/__init_.py)
- package (pip installable thing)
- app (OS packaging tools, apt-get/yum/msi)
- data files? (json-like things)
What am I forgetting?