0% found this document useful (0 votes)
10 views10 pages

CH 1

The document introduces Python as a high-level, interpreted programming language known for its simplicity and versatility, used in various fields such as web development and data analysis. It highlights key features like ease of learning, extensive libraries, and cross-platform compatibility. Additionally, it includes basic syntax information and a brief quiz on Python file extensions and comments.

Uploaded by

Habtamu Girum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views10 pages

CH 1

The document introduces Python as a high-level, interpreted programming language known for its simplicity and versatility, used in various fields such as web development and data analysis. It highlights key features like ease of learning, extensive libraries, and cross-platform compatibility. Additionally, it includes basic syntax information and a brief quiz on Python file extensions and comments.

Uploaded by

Habtamu Girum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Intro - to py

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

1. What is the correct file extension for Python files?


a. .pp
b. .pt
c. .py
2. Which character is used to define a Python comment:
a. "
b. //
c. #
d. /*
Next time task
python installation python.org

You might also like