Scrabble challenge: Difference between revisions

no edit summary
imported>Jesstess
imported>Jesstess
No edit summary
Line 1:
== Project ==
There's a huge leap between having learned the fundamentals of a programming language and being able to sit down at a blank text editor and implement an idea from scratch.
 
Write a Scrabble cheater from scratch.
Getting over the "I sit down at a text editor with an idea -- now what?" hump takes practice! Here's a fun practice problem that provides some guidance by breaking down the implementation steps and suggesting resources.
 
== Goals ==
 
* practice breaking down a problem and solving it in Python from scratch
* practice command line argument parsing
* practice reading from files
* practice working with dictionaries and for loops
 
=== Problem Statement ===
Anonymous user