Python for Kids is a book from No Starch Press that aims to teach kids ages 10 and up and their parents about the Python programming language. Python is a good candidate for kids and other programming newbies because it mostly uses natural language and avoids the more annoying things you can find in some programming language. There’s no need to end every line with a semicolon. Variables don’t need to be declared, nor do they need to stick with the same data type.
Add your comment