Hello World!
Computer Programming for Kids and Other Beginners

By Warren and Carter Sande
Book Review by Elias Gorauskas

Introduction:

This book tells you how to program computers in the Python language. The programs that you do that are described in this book are things like games, how to calculate the temperature in Celsius, and math problems like multiplication. In the first chapter, it shows how to download python and you learn how to program your first program. Later I learned about variables. Variables are names assigned to certain things so that you can type out the name and it will just pop up after the line where you type the variable name. I also learned that there is something in programming called graphical user interfaces (or GUIs) which are things that make boxes and buttons instead of just words on the screen. I also learned about things called loops. Loops are things in the program that keep repeating and repeating themselves. If you are programming a game and you are holding down the space bar and it makes you shoot or jump, a loop will keep you shooting or jumping until you let the space bar up.

Elements of Nonfiction:

Recommendation:

I liked this book because I got to learn how to program and I am interested in programming games. I recommend this book to 3rd or 4th graders who are really into online games and technology because it’s a book about programming and some kids may want to program their own games. In the very first chapter of this book, you get to program your first game that is a number guessing game. It doesn’t have any graphics, although it is really fun. You type in the number you are guessing (it is from 1 to 99) and the program tells you if you are too high or too low and then you can try a number higher or lower than that.


Number Guessing Game