Skip to content

Commit

Permalink
Merge pull request #8 from silshack/gh-pages
Browse files Browse the repository at this point in the history
Update fork
  • Loading branch information
gillenme committed Sep 24, 2013
2 parents d82da76 + 0af645b commit dc47d61
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions _posts/elliott/2013-09-22-ninth-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,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:

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

## Codingbat review
* [front3](http://codingbat.com/prob/p147920)
* [positive_negative](http://codingbat.com/prob/p162058)
* [near_hundred](http://codingbat.com/prob/p124676)
Expand All @@ -30,19 +29,17 @@ Strategies:
Selections from the class?

## Codingbat Next Steps
**Due Wednesday**: A Github post showing these next three CodingBat sections completed:

**Due Wednesday**: A Github post showing these next three CodingBat sections completed:
1. [Logic 1](http://codingbat.com/python/Logic-1)
2. [Lists 2](http://codingbat.com/python/Logic-2)
2. [Lists 2](http://codingbat.com/python/List-2)
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)
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)


## Schedule changes

Extra credit manipulating text, due Friday. Any takers?
Extra credit manipulating text, due Friday. Chapter 13 of ThinkPython (4 part string exercises) Any takers?

0 comments on commit dc47d61

Please sign in to comment.