Chapter 25. What’s Next?

 

This is the end of Hello World! Computer Programming for Kids and Other Beginners. If you have read the whole book and tried the examples, you should have a good basic understanding of programming and some fun things you can do with it.

This section will give you some places to look for more information on programming. There are some resources for programming in general, for Python in particular, for game programming, and a few other things.

General programming

How you go about learning more about programming depends on what you want to do with it. You have a start with Python, and many of the things you have learned from this book are general programming ideas and concepts that will transfer to other computer languages. How and what you learn depends on the direction you want to go: games? web programming? robotics? (Robots need software to tell them what to do.)

For younger readers, if you have enjoyed learning programming with Python, you might also enjoy trying a different approach. Squeak Etoys is a programming “language” for kids that’s almost entirely graphical. You write almost no code, and you make programs by creating graphical objects and modifying their properties and actions. Behind the scenes, your graphical objects are turned into code in a language called Smalltalk. You can find out more about Etoys at www.squeakland.org.

Python

Game programming and Pygame

Other Python stuff

Look around

sitemap