0

Where can i download compiler for python?

17th Mar 2017, 12:13 PM
ironguy24
ironguy24 - avatar
3 Respuestas
+ 8
If you are talking about making your code an executable, try looking for: py2exe, cx_freeze or nuitka
17th Mar 2017, 9:04 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
Python is an interpreted language. So you will need an interpreter and not a compiler. For which OS?
17th Mar 2017, 1:49 PM
Jens90