+ 6

Python compiler...

Does a python require compiler, and what is the effect of the presence and absence of compiler in python...???

3rd Feb 2018, 1:53 PM
MD ARSHAD ALAM
MD ARSHAD ALAM - avatar
1 Answer
+ 3
Python is an interpreted language, it requires an interpreter. It can be converted to a compiled file with py2exe or cx_freeze, but keep in mind it is not meant to be compiled. 👍
3rd Feb 2018, 2:49 PM
Dread
Dread - avatar