Learning Objective
At the end of the lesson you will understand what Python is and be able to solve basic problems using Python.
Learning Objective
At the end of the lesson you will understand what Python is and be able to solve basic problems using Python.
What do you already know about Python?
What is Python?
Python is a programming language used to tell computers what to do. It is easy to learn and used for solving different types of problems.
Why Use Python?
Python is simple to write and read. Many people use it in schools and jobs to solve sums, make games, and more.
Python in Action
Example: print('Hello, world!') makes the computer show 'Hello, world!' on the screen.
Let’s Solve a Problem
Task: Write a Python code to add two numbers and print the result. Example: a = 2 b = 3 print(a + b)
Try It Yourself!
Challenge 2
Write Python code to subtract two numbers.
Challenge 1
Write Python code to multiply two numbers.
How Will You Be Assessed?
You will be assessed on: - Understanding what Python is. - Writing simple Python code to solve problems. - Completing the tasks in class.
Reflection
What is one thing you learned about Python today?
Write down 3 things you learned in this lesson.
Write down 2 things you want to know more about.
Ask 1 question about something you haven't quite understood yet.