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

no edit summary
imported>Mako
No edit summary
 
imported>Ehashman
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1:
BothThe projectsfirst project we'll use werewas created by Jessica McKellar and is live on GitHub:
 
* https://github.com/jesstess/Wordplay
* https://github.com/jesstess/ColorWall
 
They are instructor-led, following roughly these outlines:
Line 12 ⟶ 11:
# 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)
 
=== 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>
Anonymous user