Back

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

Could someone tell whether Python is Compiled or Interpreted or both?

1 Answer

0 votes
by (3.9k points)

Python is a general-purpose scripting language, which fits into both interpreted and compiled sphere. But you may be hearing a lot, professionals or programmers saying that Python is just Interpreted language. But the fact is otherwise, Python scripts first get Compiled, and what's hidden, and then it gets interpreted. And hence Python is both Compiled and Interpreted language.

If you wish to master Python, then I would recommend you to enroll in a Python certification course from Intellipaat. This course is designed to enhance your practical skills through its dedicated instructor-led course and guided projects. Also, watch our YouTube video on Python Tutorial for Beginners from our experts.

Browse Categories

...