Wednesday, 13 May 2015

#10n4 Computer Science - Lesson 48 - Introduction to Python 3

Lesson Objectives: 
Understand the mathematical operators needed for numerical calculations. Use Python to carry out simple mathematical tasks. 
Understand the importance of ‘commenting’ code and its implementation.

Outcomes: 
I know how to use the mathematical operators in Python. 
I can use the Python interpreter to carry out mathematical calculations. I know that number data types can be categorised e.g. Integer and Real numbers.
I can add comments to my program to help readers understand what’s happening.

Starter


Main




Plenary