Nuitka is a pretty good compiler! I tried it this year for a small script that was used to automate generating Excel sheets with macros in them on Windows. It worked surprisingly well, but the ~100MB size was a turn off (and our Go binaries seem tiny compared to it). Though, we ended up writing a much faster and practical Powershell script for the same.
But python code as a statically compiled native executable is really cool, compared to other solutions like using pyInstaller.
But python code as a statically compiled native executable is really cool, compared to other solutions like using pyInstaller.