Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone explain the interpreter in Python?

1 Answer

0 votes
by (119k points)

We code a program in a high-level language that is understandable by us. We call it source code but our machine cannot understand source code. The machine only understands the program written in 0’s and 1’s. So, a compiler or interpreter is used to convert the high-level language to machine code. The interpreter translates the code by one statement at a time. The interpreter is memory efficient and makes debugging easy. The interpreter is used in programming languages like Python, Ruby, etc. and C, C++, and Java use compilers for the same.

If you are interested to learn Python from Industry experts, you can sign up this Python Course by Intellipaat.

You can watch this video on Python tutorial in Hindi by Intellipaat to learn the basics of Python:

Related questions

0 votes
1 answer
asked Jul 13, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked Jun 5, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
asked Jul 18, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer

Browse Categories

...