Chapter 5
Introduction to Python Notes
1. What is Python Programming Language?
Python is a computer programming language often used to build websites and
software, automate tasks, and analyze data. Python is a general-purpose
language, not specialized for any specific problems, and used to create various
programmers.
2. What are the features of python programming language?
Easy to use and learn
Open Source
Large Standard Library
Object-Oriented Programming Language
Platform Independent
Easy to Debug
3. What are the applications of Python?
4.What is a keyword?
Keywords are the reserved words in Python used by Python interpreter to
recognize the structure of the program.
5. What is a Variable?
Variables A variable is a named location used to store data in the memory.
x = 42
y = 42
6. What is a Constant?
A constant is a type of variable whose value cannot be changed during the
program's execution.
7. List python Datatypes.
8. Operators in Python.