Python Workshops for Beginners/September 27th project instructor outlines: Difference between revisions

Content added Content deleted
imported>Ehashman
m (1 revision: Python Workshops for Beginners - UWaterloo)
imported>Ehashman
No edit summary
Line 12: Line 12:
# Demo <tt>scrabble_cheater.py</tt>
# Demo <tt>scrabble_cheater.py</tt>
# Have students explore other interesting word properties or play with <tt>scrabble_cheater.py</tt> (BPW has had people start Words With Friends games and cheat using the script)
# Have students explore other interesting word properties or play with <tt>scrabble_cheater.py</tt> (BPW has had people start Words With Friends games and cheat using the script)

=== ColorWall ===

# Review relevant material from lecture (e.g. dictionaries)
# Go over <tt>SolidColorTest</tt> and <tt>DictionaryTest</tt> in <tt>effects.py</tt> as a class
# Have students implement <tt>RainbowTest</tt>

If people finish (3) early, have them tweak existing effects or write a new one. Example tweaks including:

* changing the hue bounds in <tt>Twinkle</tt>
* change the math in <tt>Checkerboards</tt>
* write and customize (e.g. colors) your own message in <tt>Message</tt>