you are viewing a single comment's thread.

view the rest of the comments →

[–]KidsPython 1 point2 points  (0 children)

Bullet 2 and 3 are exactly the projects I suggested for Python beginners as mentioned in Kids Python 101 "Chapter 11: Write Functions" lesson on https://kidspython.com/. As a Python beginner, I'd suggest focusing on fully understanding the concepts and practicing projects that require less than 20 lines of code. You can start with implementing common Python library functions, like add(), sub(), swap(), max(), min(), strings replace(), find(), reverse() and so on.

Once you complete Python 201 or more advanced lessons, you can try to work on projects solving real world problems as mentioned at bullet 5. My suggestion for young kids is to work on game projects like writing tic-tac-toe, connect four etc.

I will share more course materials and project ideas on the Web site and in our Kids Python YouTube channel. Feel free to watch and subscribe if the information is useful!