Are there compilers for python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Are there compilers for python?

Can we make a real program of this?

26th Oct 2018, 12:08 PM
Jeroen Huijsen
Jeroen Huijsen - avatar
3 Answers
+ 2
There are a few that can make .exe and the like... but that defeats the point of using Python. At that rate go use C. Python is interpreted, and will run code in real time.
26th Oct 2018, 12:16 PM
Ahri Fox
Ahri Fox - avatar
+ 1
pyinstaller lets you create an executable from a python project. The exe will include the python interpreter, so it will be pretty big in size (and also pretty slow to start).
26th Oct 2018, 12:36 PM
fra
fra - avatar
0
Ncie how you can raed tihs wthiuot tihnikn :D
2nd Nov 2018, 1:16 PM
Jeroen Huijsen
Jeroen Huijsen - avatar