Python Forum
My Python programming book for kids is free for 48 hours - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: My Python programming book for kids is free for 48 hours (/thread-24153.html)



My Python programming book for kids is free for 48 hours - kenttong - Feb-02-2020

Hi,

If you're interested, please get it for free at:
https://www.amazon.com/Yes-Kids-can-learn-Python-ebook/dp/B084CY2L43/ref=sr_1_3

This is a set of training materials I used to successfully teach Python to kids as little as 10 years old. The online learning environment are freely available at https://p4kweb.appspot.com and the first four chapters are available at https://www.istudycenter.org/yes-kids-can-learn-python.
Lesson 1: Call a function & use variables
Lesson 2: Expressions and text strings
Lesson 3: Perform various calculations based values input by the user
Lesson 4: Use the tank to draw shapes with its bombs
Lesson 5: Show an input box and use "if" in Python
Lesson 6: Prompt for multiple values and display information in a message box
Lesson 7: increase the value of a variable and call a function that gives back information
Lesson 8: Use "if" without "else"
Lesson 9: Use "if" to guard against an operation that might fail
Lesson 10: 2D coordinate system for positioning objects
Lesson 11: Respond to mouse clicks and kick start a continuous process
Lesson 12: Use random numbers
Lesson 13: Use 'and' or embedded 'if's
Lesson 14: Respond to key presses
Lesson 15: Respond to key presses (2)
Lesson 16: Boolean values and stop a continuous process
Lesson 17: stop a continuous process (2)
Lesson 18: Steer a continuous process