Python 1
Python 1
Python 1
Lesson one
Learning Objective
• To use a textual programming language to solve a variety of
computational problems.
Success Criteria
• To know how to start Python IDLE and run a Python program.
• To use Python to perform calculations.
What Is Python?
Python is a programming language.
It was invented in the 1980s.
It was named after comedy group ‘Monty Python’.
Green Light: you feel fully confident with this objective and
you understand it well.
Success Criteria:
•To know how to start Python IDLE and run a Python program.
•To use Python to perform calculations.
Nailing It Down
We have learned a lot today about Python IDLE, print and input.
Python is a great programming language to learn.
You can download it yourself at home for free by visiting:
https://www.python.org/downloads/
(or just search for ‘python’ using your favourite search engine).
There are also lots of free online versions of Python which are great for
learning how to code. Try out some of these links now:
• https://snakify.org/
• http://pythontutor.com/
• https://hourofpython.com/
• https://repl.it/languages/python3