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

compiler

any compiler for Python 3.6?

25th Jan 2017, 7:59 AM
Wong Ho Ching
Wong Ho Ching - avatar
1 Answer
+ 1
Im pretty new to Python, but I believe you dont need a compiler. The OS uses a Python Interpreter. It executed each line of code as it reads it and goes line by line. There are some IDE's that have a built in terminal window to test your python code as you develope it. If your wanting to reuse your code save it in a notepad Doc and save as a .py extension for later use. Which is also called a script.
21st Feb 2017, 7:24 AM
Michael Fisher
Michael Fisher - avatar