Python Programming for Absolute Beginners: A simple and practical guide for people with zero programming knowledge
- Length: 102 pages
- Edition: 1
- Language: English
- Publisher: Independently published
- Publication Date: 2021-01-01
- ISBN-10: B08RRJ94SK
- ISBN-13: 9798589179590
- Sales Rank: #2053120 (See Top 100 Books)
PYTHON PROGRAMMING FOR ABSOLUTE BEGINNERS
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.
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.
Conclusion..