logo
cd ..

nuitka vs pyinstaller

Comments
1 min

nuitka vs pyinstaller

binary builder for python

nuitka vs pyinstaller

sometimes i wanted to give my program without the source code , so i needed to build it to a binary. for that i had 2 options , using pyinstaller or nuitka , so i writed that mini post to explain the difference :

the nuitka convert the python code to c and give you a binary file out of that ,

but pyinstaller juste bundle the .pyc code and the interpreter and other requirement on an .exe .

so to distribute commercial program and protect your IP that are writted in python it's better if you build using nuitka