Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Python for Kids: Easy guide to start programming for kids and their parents!

Posted By: arundhati
Python for Kids: Easy guide to start programming for kids and their parents!

Dan N., "Python for Kids: Easy guide to start programming for kids and their parents!"
English | ISBN: 1542589452 | 2017 | 92 pages | AZW3 | 594 KB

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