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

Learn to Program with Scratch: A Visual Introduction to Programming with Art, Science, Math and Games [Repost]

Posted By: mapusi
Learn to Program with Scratch: A Visual Introduction to Programming with Art, Science, Math and Games [Repost]

Learn to Program with Scratch: A Visual Introduction to Programming with Art, Science, Math and Games by Majed Marji
English | Feb 23, 2014 | ISBN: 1593275439 | 261 Pages | PDF | 30 MB

Scratch is a fun, free, beginner-friendly programming environment where you connect blocks of code to build programs. While most famously used to introduce kids to programming, Scratch can make computer science approachable for people of any age. Rather than type countless lines of code in a cryptic programming language, why not use colorful command blocks and cartoon sprites to create powerful scripts?
In Learn to Program with Scratch, author Majed Marji uses Scratch to explain the concepts essential to solving real-world programming problems. The labeled, color-coded blocks plainly show each logical step in a given script, and with a single click, you can even test any part of your script to check your logic. You'll learn how to:
Harness the power of repeat loops and recursion
Use if/else statements and logical operators to make decisions
Store data in variables and lists to use later in your program