+ 1
How can we add compiler to python
3 ответов
+ 2
"Add compiler to python". Can you please describe more about your query as it's unclear because python is interpreted language and use interpreter for syntax checking.
You can use different type of IDE for working with python
https://www.sololearn.com/discuss/1205385/?ref=app
https://www.sololearn.com/discuss/867834/?ref=app
https://www.sololearn.com/discuss/1244327/?ref=app
0
I don't know that's why I asked 😮😮
0
well you can go to install python first :
https://www.python.org/downloads/
after downloaded, there will be a lots of file, but most importantly, you must run the IDLE (Python 3.7 32-bit) application, press File >>> New File (if you don't have any py project just yet),and then Save As the file with "filename".py
p.s. feel free to press Run >>> Run Module, to execute the py file.