IS PYTHON A COMPILER OR AN INTERPRETER ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

IS PYTHON A COMPILER OR AN INTERPRETER ??

In this sololearn website, when we pick a course and work upon, we notice that the code playground is a compiler....... and not an interpreter...... why it is like that ??

23rd Oct 2020, 7:59 AM
Mukunth V.G
Mukunth V.G - avatar
3 Answers
+ 6
Well SL is not a compiler.. It simply takes all the code and inputs and sends it to server where is is somplied and then takes response back to the app
23rd Oct 2020, 8:10 AM
Shreyansh
Shreyansh - avatar
23rd Oct 2020, 8:07 AM
ChaoticDawg
ChaoticDawg - avatar
+ 3
1) Python is an interpreted language, so we need an interpreter to translate it's code 2) sololearn's code playground on the other hand is an IDE (Integrated Development Environment) which uses compiler/interpreter according to the language you are using.
23rd Oct 2020, 8:06 AM
Arsenic
Arsenic - avatar