2/14/09 Added Dictionary1 package with modules countem and countWords Renamed packages ArrayN to ListN Edited modules make2, tenRun, maxSpan - s/array/list/ Contents of PyBat package: DOCS/ help and examples relevant to these practice problems ORIGINALS/ original problems, without code or unittests SOLUTIONS/ completed problems including all unittests UNITTESTS/ modules with just the unittests, no code WIP/ Work in Progress __init.py__ stub needed in every Python package directory ChangeLog.txt log of important changes IDLE shortcut to Python's builtin IDE PyBat.py test framework program READme.txt this file TEMPLATE.py for writing your own practice problems