Book details
Hello World!: Computer Programming for Kids and Other Beginners
Description
SUMMARYA gentle but thorough introduction to the world of computer programming, it is 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 BOOKLearn 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 INSIDEExplains concepts in clear languageLots of pictures, cartoons, and fun examplesComplete set of practice questions and exercisesIllustrated in full colorHello 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 AUTHORSWarren 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 CONTENTSGetting StartedRemember This: Memory and VariablesBasic MathTypes of DataInputGUIs-Graphical User InterfacesDecisions, DecisionsLoop the LoopJust for You-CommentsGame TimeNested and Variable LoopsCollecting Things Together-Lists and DictionariesFunctionsObjectsModulesGraphicsSprites and Collision DetectionA New Kind of Input-EventsSoundMore GUIsPrint Formatting and StringsFile Input and OutputTake a Chance-RandomnessComputer SimulationsSkier ExplainedPython BattleWhat's Next?
Age
8-12
Text complexity
proficient
Length
435 pages
Why to read
- Introduces Fundamental Concepts: The book provides a gentle introduction to fundamental programming concepts, making it an excellent starting point for kids and beginners who have no prior experience with computer programming.
- Engaging and Accessible: Written in a friendly and engaging style, the book uses simple language and includes fun examples that keep young readers interested and motivated to learn more about programming.
- Practical Hands-On Approach: 'Hello World!' encourages readers to learn by doing. It includes numerous exercises and projects that allow readers to apply what they've learned and build their own simple programs, reinforcing their understanding of the material.
- Language and Tools: The book focuses on teaching Python, which is a powerful, versatile, and widely-used programming language that is known for its readability and suitability for beginners. The skills learned through Python can be easily transferred to other programming languages in the future.