CH 1
CH 1
CH-1
What is Python?
Definition: Python is a high-level, interpreted programming
language known for its simplicity and readability.
It is used for::
web development (server-side),
software development,
mathematics,
system scripting.
Key Features:
Easy to learn and use
Versatile (web development, data analysis, AI, etc.)
Extensive libraries and frameworks
Cross-platform compatibility
c++
Besics of python
python extention --> .py
python comment -->
# this is single line comment
to run python file and
python name_of_file.py """ this is multi line cmmont """
Test