Think Python
Jupyter notebooks and other resources for Think Python
...It introduces programming through Python while emphasizing problem solving, abstraction, debugging, and computational thinking. The material is organized into chapter-based Jupyter notebooks that combine explanations, examples, and executable code. Topics progress from expressions and functions to collections, recursion, classes, files, and larger program structures. Supporting resources include solution notebooks, turtle graphics utilities, diagrams, sample data, images, and downloadable notebook archives. The notebook format lets readers modify examples and test ideas while studying each concept. ...