Reducing Python's startup time
Reducing Python's startup time
Posted Aug 19, 2017 9:01 UTC (Sat) by gebi (guest, #59940)In reply to: Reducing Python's startup time by ehiggs
Parent article: Reducing Python's startup time
maybe pex (python executable files)[0] can help here?
it creates a single executable including your python code and all dependencies.