Introduction of Python
Introduction of Python
PYTHON
Python is a high-level, interpreted programming language
that was created by Guido van Rossum and first released in
1991. It's known for its simplicity, readability, and flexibility,
making it one of the most popular programming languages in
the world. Python is designed to emphasize code readability,
with its use of significant indentation, which allows
programmers to write clear and logical code for small and
large-scale projects.
Key Features of Python:
1. Simple and Readable: Python's syntax is designed to be
clean and easy to understand, which makes it an ideal
language for beginners.
2. Interpreted Language: Python code is executed line-by-
line, which means there's no need to compile the code
before running it.
3. Dynamically Typed: You don’t need to declare the type
of a variable. Python figures out the data type at
runtime.
https://excellenceacademy.co.in/python-training-in-
chandigarh/
TYPES OF PYTHON
Python has several types or variations based on its
implementation, usage, and execution. Below are the
key types of Python: