Intermediate Python Workshop/Projects

From OpenHatch wiki
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