diff --git a/_posts/elliott/2013-09-22-ninth-class.md b/_posts/elliott/2013-09-22-ninth-class.md index 3783ff8..edd7df9 100644 --- a/_posts/elliott/2013-09-22-ninth-class.md +++ b/_posts/elliott/2013-09-22-ninth-class.md @@ -5,6 +5,7 @@ title: Ninth Class Notes --- ## Announcements + * Pull requests review * Issues review * Milestone review @@ -12,12 +13,14 @@ title: Ninth Class Notes **Check in: emotions.** How are you feeling? Trough of dispair, plateau of enlightenment? We'll discuss some strategies to prevent you from getting stuck. Strategies: + * Solve a tiny part first * Make sure you understand the output * Use comments for multi-step problems * Use a partner (pair-programming) ## Codingbat review + * [front3](http://codingbat.com/prob/p147920) * [positive_negative](http://codingbat.com/prob/p162058) * [near_hundred](http://codingbat.com/prob/p124676) @@ -34,6 +37,7 @@ Selections from the class? 3. [Warmup 2](http://codingbat.com/python/Warmup-2) Resources: + [If Docs](http://codingbat.com/doc/python-if-boolean.html) [For Loops](https://wiki.python.org/moin/ForLoop) - The stuff at the bottom about making generators is advanced- you can skip it. [Flow of Control](http://docs.python.org/2/tutorial/controlflow.html)