This page contains files and materials ancillary to my books. Currently, Procedural Python is in preparation. I am now writing Chapter 10, which introduces an assortement of programming tools such as regular expressions and type hinting.
This is chapter 8 of Procedural Python as of 2 July 2024. It covers iteration. Beware of its betaness.
Data Files
Some programming exercises have you working with these files. Right-click on their links to download them to your computer.
- hughJass.txt is a giant word file.
- scrabble.txt is a scrabble dictionary. All words are set in upper-case.
- scrabbleWords.txt contains definitions for scrabble words.