This repository contains codes from the "Tiny Python Projects" Book by Ken Youens-Clark.
- Chapter 1: How to write and test a Python program
- Chapter 2: The crow’s nest; Working with strings
- Chapter 3: Going on a picnic; Working with lists
- Chapter 4: Jump the Five; Working with dictionaries
- Chapter 5: Howler; Working with files and STDOUT
- Chapter 6: Words count; Reading filesand STDIN, iterating lists, formatting strings
- Chapter 7: Gashlycrumb; Looking items up in a dictionary
- Chapter 8: Apples and Bananas: Find and replace Collapse