Intermediate Python Workshop/Projects

From OpenHatch wiki
Revision as of 20:09, 4 July 2012 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • 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