Limit this search to....

Python for Kids: Easy guide to start programming for kids and their parents!
Contributor(s): N, Dan (Author)
ISBN: 1542589452     ISBN-13: 9781542589451
Publisher: Createspace Independent Publishing Platform
OUR PRICE:   $12.06  
Product Type: Paperback
Published: January 2017
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Python
Physical Information: 0.19" H x 6" W x 9" (0.30 lbs) 94 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
This book is an exploration of the Python programming language, but it is a guide for kids. Of course, Python is a sweet programming language, and any kid will feel happy to code in Python. The book guides you on how to instruct the computer to reserve some memory variables for you to store some data. The Python command line can be used as a calculator. No, you don't have to open the calculator for the computer, but you will directly use the Python terminal to perform some mathematical expressions. This will be absolutely amazing to you You will also learn how to play around with variables of different types. Imagine writing a program for doing some mathematical calculations on your behalf? This book guides you on how to do so using the various operators, including the modulus (%) operator. The computer can also make decisions on your behalf. You will also learn how to implement this in your programs. Computers can do the same task again and again, and the computer will not complain Learn how to instruct the computer to do this, and you will not "hear" it complain. Learn to create your modules from scratch, and you will import them to your workspace. You can also give them to your friends for free use The following topics are discussed in this book: - Installing Python - Python Variables - Python Operators - Decision-Making in Python - Loop Executions - Functions - Modules - Time and Date