0% found this document useful (0 votes)
1 views7 pages

Introduction To Python Demo Lesson

The document introduces Python as a simple and powerful programming language used by major companies. It emphasizes Python's beginner-friendly nature and its applications in various fields such as web development, AI, and data science. The lesson includes a basic coding exercise and a quick quiz to reinforce learning.

Uploaded by

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

Introduction To Python Demo Lesson

The document introduces Python as a simple and powerful programming language used by major companies. It emphasizes Python's beginner-friendly nature and its applications in various fields such as web development, AI, and data science. The lesson includes a basic coding exercise and a quick quiz to reinforce learning.

Uploaded by

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

Introduction to Python

Programming
Demo Lesson by Yasmin Qabaleen
What is Python?
• - Python is a simple and powerful
programming language.
• - It is used by companies like Google, YouTube,
and Instagram.
• - Python is easy to learn and read.
Why Learn Python?
• - Python is beginner-friendly.
• - It is used in many fields: websites, apps,
games, AI, and data science.
• - It helps you think logically and solve
problems.
Your First Python Command
• Try this code:

• print("Hello, world!")

• This command tells the computer to display


the message.
Let's Practice!
• Write this command and predict the result:

• print("My name is Yasmin")

• What will the computer show?


Quick Quiz
• 1. What language did we learn today?
• 2. What does the print() command do?
• 3. Is Python easy or hard?
Thank You!
• You did a great job. Keep learning and keep
coding!

You might also like