Hacker News new | ask | show | jobs
by arunkant 1250 days ago
One more thing we need is app distribution for desktop apps written in python. I need to be able to package python app as single binary. There are tools like pyoxidizer https://pyoxidizer.readthedocs.io/en/stable/ . hopefully it become standard in python community
1 comments

You probably already know about this, but Nuitka[0] is pretty great for building distributable Python apps.

[0]: https://nuitka.net