A gentle but thorough introduction to the world of computer programming, it's written in language a 12-year-old can follow, but anyone who wants to learn how to program a computer can use it. Even adults. Written by Warren Sande and his son, Carter, and reviewed by professional educators, this book is kid-tested and parent-approved.
ABOUT THIS BOOK
Learn to talk to your computer in its own language! Whether you want to create a game, start a business, or solve an important problem, the first step is learning to write your own programs. Programming is a fun challenge, and it's easy to get started!
This updated and revised edition of Hello World! introduces the world of computer programming in a clear and engaging style. Written by Warren Sande and his son, Carter, it is full of examples that will get you thinking and learning. Reviewed by professional educators, this book is kid-tested and parent-approved. You don't need to know anything about programming to use the book, just the basics of using a computer. If you can start a program and save a file, you'll be off and running!
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
WHAT'S INSIDE
Explains concepts in clear language Lots of pictures, cartoons, and fun examples Complete set of practice questions and exercises Illustrated in full color
Hello World! uses Python, a programming language designed to be easy to learn. Using fun examples, it brings to life concepts of computing— looping, decisions, input and output, data structures, graphics—and many more.
ABOUT THE AUTHORS
Warren Sande is an electronic systems engineer who uses Python both as a "do anything" scripting language and as a way to teach computers and programming. Carter Sande is a high school student who is passionate about technology. When he's not fixing his school's network and helping his classmates recover lost homework, he likes to ride his bike and write retro video games.
TABLE OF CONTENTS
Getting Started Remember This: Memory and Variables Basic Math Types of Data Input GUIs—Graphical User Interfaces Decisions, Decisions Loop the Loop Just for You—Comments Game Time Nested and Variable Loops Collecting Things Together—Lists and Dictionaries Functions Objects Modules Graphics Sprites and Collision Detection A New Kind of Input—Events Sound More GUIs Print Formatting and Strings File Input and Output Take a Chance—Randomness Computer Simulations Skier Explained Python Battle What's Next?
This is my first book into the Python world, which I think is the best introduction book to programming. Faced with kids, it forces anyone to use plain language to explain things very well.
This book is a very useful guide to Python, and to programming techniques and methods. It also came with an electronic version, which I found very useful to use as it meant I could zoom in on code listings and not worry about keeping a book open to the right page. It does cover Python 2x versions, but mentions changes to come in Python 3x as well.
If you want to learn programming, this is the place to start. At least, that’s how I remember it. It teaches you not only language syntax as well as deeper reasoning about why stuff works. It teaches you debugging skills. Buyer beware, “Python programming for the absolute beginner” is trash compared to this book.
Hello World! is an excellent place to start for complete programming beginners of any age. Many intro books assume a basic level of technical knowledge in the way they present material. This books assumes nothing which makes it a good starting point especially for anyone who has ever been frustrated by other beginner tutorials or books.
Additionally as a more experienced programmer, I still learned a lot about Python, a language I have never worked with before. Since everything is explained so clearly, it was easy to get enough knowledge about Python to feel like I could move on to working on my own Python projects.
Finally, I found that it was very easy to download the required supporting materials and get started. Plus the opportunity to actually write code starts almost immediately and occurs quite often as you work through the book.
I selected this book as the textbook to introduce my daughter to programming in an "Intro To Programming" class I am teaching her for home schooling. It's perfect for teaching the basics and assumes absolutely no previous understanding or knowledge of programming. Getting the tools installed on her Mac was a breeze and she really seems to be absorbing the material. It's still early in the semester, so I will come back to update this review, once we are through the semester. Not sure if we will make it through the entire book, but I've read the entire book and think it would be great for anyone learning the basics of programming.