About this Book
Who should read this book
Get Programming: Learn to Code with Python is intended for anyone who is curious about programming but doesn’t necessarily want to pursue a career in it. It doesn’t assume any programming experience. You should be familiar with the following ideas:
- Variables—Readers who have taken a math course that deals with introductory algebra know what a variable is. This book explains how variables in a programming setting are different.
- Assigning truth values (true/false) to statements—Statements are sentences that can be determined as true or false. For example, “It is raining” is a statement that’s either true or false. You should know how to invert statements to take the opposite truth value by using the word ...