Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 741 Bytes

File metadata and controls

19 lines (9 loc) · 741 Bytes

#programming #programming/python #semester-1

What is python?

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.

[[Python Shebang ]]

[[Variables in Python]]

[[Data Types in Python]]

[[Python Operators]]

[[Python Libraries]]