-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from silshack/gh-pages
Update fork
- Loading branch information
Showing
5 changed files
with
86 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Christopher's Codingbat post | ||
layout: post | ||
author: ckenrick | ||
categories: post | ||
--- | ||
|
||
Here is the updated screenshot from my codingbat exercises: | ||
|
||
![Imgur](http://i.imgur.com/0L3E71K.png) | ||
|
||
I was finally able to finish the six exercises! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
layout: post | ||
author: elliott | ||
title: Ninth Class Notes | ||
--- | ||
|
||
## Announcements | ||
|
||
* Pull requests review | ||
* Issues review | ||
* Milestone review | ||
|
||
**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) | ||
* [missing_char](http://codingbat.com/prob/p149524) | ||
* [max_end3](http://codingbat.com/prob/p135290) | ||
|
||
Selections from the class? | ||
|
||
## Codingbat Next Steps | ||
**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) | ||
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) | ||
|
||
|
||
## Schedule changes | ||
|
||
Extra credit manipulating text, due Friday. Any takers? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
layout: post | ||
author: jpulliza | ||
categories: post | ||
title: Jonathan's CodingBat Screenshot | ||
--- | ||
|
||
Lots of Fun! | ||
|
||
![CodingBat Screenshot](https://dl.dropboxusercontent.com/u/4614624/Coding%20Bat%201.png) |
4 changes: 2 additions & 2 deletions
4
sburnham/2013-09-18-CodingBat1.md → _posts/sburnham/2013-09-18-CodingBat1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters