Teaching Resource
Basic Python Programming Language Poster Cheat Sheet
A basic Python Programming Language poster ‘cheat sheet’ to display in your classroom.
Posters include the following content:
# Using python to input and write something
>>> name = input(‘What is your name?\n’)
>>> print(‘Hi, %s.’ % name)
What is your name?
Python
Hi, Python.
# Using Python as a calculator
>>> 6 / 3 # you can use +, -, *, /
2
>>> 2 ** 3 # 2 to the power of 3
8
>>> (6 + 4) / 2 # parentheses for grouping
5
# Using Python to write something
>>> print(“Hello World!”)
Hello World!
For more information about Python, please visit: https://www.python.org/
You may also be interested in our HTML posters:

We create premium quality, downloadable teaching resources for primary/elementary school teachers that make classrooms buzz!
Comments & Reviews
Write a review to help other teachers and parents like yourself. If you would like to request a change (Changes & Updates) to this resource, or report an error, simply select the corresponding tab above.
Request a change
Would you like something changed or customized on this resource? While our team makes every effort to complete change requests, we can't guarantee that every change will be completed.
You must be logged in to request a change. Sign up now!
Report an Error
You must be logged in to report an error. Sign up now!
Help
Are you having trouble downloading or viewing this resource? Please try the following steps:
- Check that you are logged in to your account
- Check that you have a paid subscription
- Check that you have installed Adobe Reader (download here)
If you are still having difficulty, please visit the Teach Starter Help Desk or contact us.
Contact us