So, you want to learn how to code and write programs? If you do, then maybe this book is just what you need. But why use Python? It's a rather strange sounding programming language and if you look at the blue and yellow icons used for this language, you would think that it is something funky.
But there are advantages inherent in the Python programming language that makes it a pretty good choice for absolute newbies to learn how to code. It also introduces the newcomer to a lot of programming concepts without the usual constraints of strict syntax and the other restrictive rules of other programming languages.
Python is no less than one of the most popular programming languages today. As far as other programming languages go, this one is classified as a high-level programming language.
The goal of this book is to teach you the fundamental principles of writing a computer program using Python. You will learn how to formulate logical instructions that a computer can follow. You will also learn how programs flow from one line to the next, and so on.
Along the way, you will learn the ins and outs of the Python programming language from how to download it for free all the way to running Python programs that provide solutions to a variety of potential real-life problems.
Table of Contents
Introduction
Chapter 1: Setting Things Up
Chapter 2: Input and Output.
Chapter 3: Making Names and Using Names.
Chapter 4: Variables and Operators.
Chapter 5: More Variables and More Operators.
Chapter 6: It's Time to Get IDLE and Put It All Together.
Chapter 7: Making Decisions.
Chapter 8: Algorithms and Commenting.
Chapter 9: Loops.
Answer to Final Programming Exercise. 101
Conclusion.. 102