Difference between revisions of "Intermediate Python Workshop/Projects"
Jump to navigation
Jump to search
imported>Jesstess (Created page with "* [https://openhatch.org/wiki/Scrabble_challenge Scrabble challenge] ** Project: implement a scrabble solver from scratch ** Skills you'll practice: *** breaking down a proble...") |
imported>Jesstess |
||
Line 1: | Line 1: | ||
− | * [ |
+ | * [[Scrabble challenge]] |
** Project: implement a scrabble solver from scratch |
** Project: implement a scrabble solver from scratch |
||
** Skills you'll practice: |
** Skills you'll practice: |
Revision as of 20:09, 4 July 2012
- 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