Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
I want to know which base language Python is written in?

1 Answer

0 votes
by (108k points)

Python is a programming language where we have some set of rules to follow like syntax rules. 

Like, if we execute a string like 'import some_package_name' to that program called interpreter, it will return you something like "Zen of Python".

As most of the operating systems are written in C, compilers or interpreters for modern high-level languages are also written in C. 

Thus, we can say that Python is implemented in C, also known as CPython.

If you want to know more about Python, then do refer to the Python certification course.

Related questions

0 votes
1 answer
0 votes
2 answers
asked Oct 4, 2019 in Python by Tech4ever (20.3k points)
0 votes
1 answer
0 votes
1 answer
asked Mar 22, 2021 in Python by Rekha (2.2k points)

Browse Categories

...