Post date: Jun 20, 2019 11:10:52 PM
Think Python is an introduction to Python programming for beginners. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.
About the Author
Allen B. Downey (born May 11, 1967) is an American computer scientist, Professor of Computer Science at the Franklin W. Olin College of Engineering and writer of free textbooks. His GitHub repo is here.
Download Links
Second Edition for Python 3: PDF or HTML
First Edition for Python 2: PDF or HTML