Chicago Python Workshop/Chicago Python Workshop 1/Saturday projects/Wordplay: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Aisha
No edit summary
imported>Aisha
Line 4: Line 4:
# Go over <tt>words1.py</tt> through <tt>words6.py</tt> as a class
# Go over <tt>words1.py</tt> through <tt>words6.py</tt> as a class
# Demo <tt>scrabble_cheater.py</tt>
# Demo <tt>scrabble_cheater.py</tt>
# Explore other interesting word properties or play with <tt>scrabble_cheater.py</tt> (we've had people start Words With Friends games and cheat using the script)
# Explore other interesting word properties (by creating word7.py) or play with <tt>scrabble_cheater.py</tt> (we've had people start Words With Friends games and cheat using the script)


===Congratulations!===
===Congratulations!===

Revision as of 16:33, 18 August 2012

Project

  1. Review relevant material from lecture (e.g. for loops)
  2. Go over words1.py through words6.py as a class
  3. Demo scrabble_cheater.py
  4. Explore other interesting word properties (by creating word7.py) or play with scrabble_cheater.py (we've had people start Words With Friends games and cheat using the script)

Congratulations!

You've read, modified, and added code to a software project that makes it easy to get useful information from words. Keep practicing!