Which compiler is used for python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which compiler is used for python?

26th Feb 2016, 2:26 PM
Muzna Junaid Chishti
Muzna Junaid Chishti - avatar
2 Answers
+ 1
python code is interpreted, you need interpreter to run your python script. If you are interested in creation of executable binary, Google pyInstaller or py2exe. There are lessons dedicated to this topic.
4th Apr 2016, 9:19 PM
Roman Jirka
Roman Jirka - avatar
0
PyPy it is a JIT compiler for python code
14th Jan 2017, 6:59 PM
amardeep verma
amardeep verma - avatar