|
|
|
|
|
by sireat
1969 days ago
|
|
Pyinstaller is nice for packaging projects with smaller libraries. Hello world is about 7MB. Try including pandas with a few other popular libraries. Suddenly you have 500MB blobs. Not very practical for passing around multiple projects. I suppose that is not worse than Electron apps... |
|
In the python world you have to do all the work by hand. I've literally spend time copying and pasting code out of libraries and into my code just so that my build wouldn't balloon by 100MB because I wanted to call a 100 line function.