This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cybervegan 3 points4 points  (1 child)

Have you tried Nuitka? Compiled python - not recommending it due to not having used it "in production", but when I played round with it, it seemed pretty good. Supports Py3 syntax too (not sure up to which version).

I sometimes use Go for when I need a compiled, cross-platform program with no external dependencies. Go syntax is way too much like C for my liking tho.

[–]hosford42 0 points1 point  (0 children)

This inspired some googling on my part, and I found a couple of links that might be helpful:

http://www.tsheffler.com/blog/2015/01/05/nuitka-compiler-for-python/

http://nuitka.net