Intermediate Python Workshop/Projects
< Intermediate Python Workshop
Jump to navigation
Jump to search
Revision as of 20:09, 4 July 2012 by imported>Jesstess
- Scrabble challenge
- Project: implement a scrabble solver from scratch
- Skills you'll practice:
- breaking down a problem and solving it in Python from scratch
- command line argument parsing
- reading from files