Python Workshops for Beginners/Saturday October 25th review: Difference between revisions

imported>Ehashman
(Created page with "Welcome to the first review session for the Python Workshops for Beginners! We'll quickly go over the content from last class, work on exercises, and keep the floor open for q...")
 
imported>Ehashman
 
(2 intermediate revisions by the same user not shown)
Line 5:
* [[Python data types cheat sheet]]
* [[Python loops cheat sheet]]
* [http://csclub.uwaterloo.ca/~ehashman/pwfb/pwfb-2lec2rev.pdf Full slidesSlides deck]
 
== Lecture Outline ==
Line 22:
## Write a function <tt>hello</tt> in 'exercise1.py'
## Debugging common problems with code
## String matching <pre>words = ['zebra', 'weather', 'spaghetti', 'pierogies', 'squash', 'zucchini', 'pizza']</pre>
## String matching
## [[Python Workshops for Beginners/Saturday September 27th homework#Shakespeare Exercises|Dictionary exercise]] from Shakespeare
Anonymous user