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!