Y
Hacker News
new
|
ask
|
show
|
jobs
by
snovv_crash
1835 days ago
There are many ways of doing this for Python... pyinstaller, py2exe, Nuitka to name a few
3 comments
coldtea
1835 days ago
Python is probably the worst example for achieving this...
The fact that "there are many tools to do this for Python" is already a big red warning sign...
link
RexM
1835 days ago
Cool, now do node and ruby, using the same tool.
link
ta988
1835 days ago
Yes and they tend to all crumble when you have complex use cases with numpy, scipy, qt etc They can be a pain to deploy and manage remotely as well.
link
The fact that "there are many tools to do this for Python" is already a big red warning sign...