Intermediate Python Workshop/Projects: Difference between revisions

From OpenHatch wiki
Content added Content deleted
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
No edit summary
Line 1: Line 1:
* [https://openhatch.org/wiki/Scrabble_challenge Scrabble challenge]
* [[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