#programming #programming/python #semester-1
Python is a [[High Level Programming Languages| high-level]] general purpose programming language. It is an interpreted programming language, meaning that the python script can be run through a program called an [[interpreter]] without having to be [[compiler|compiled]] into machine code like you would have to with languages like [[C]] or [[Rust]].
Python is also an [[Object Oriented Programming|object-oriented]] programming language. It organises data based on objects which contain data and uses functions to manipulate the data.