So I’m teaching a friends son some python programming, just going through control of flow, basic data types/structures.
I want to go through a tutorial with him, and hopefully build something simple yet cool to get him excited about the power of python.
Any ideas?
Have a look at Invent Your Own Computer Games with Python from Albert Sweigart.
It has been written for beginners. It is available in the website of the link, but you can also buy the book if you prefer.
There is a blog with extra material with nice games as the classic gorillas or tetris.