kristofer revised this gist . Go to revision
1 file changed, 4 insertions
notes.md
| @@ -2,6 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | 3 | Breaking things down. Computational Thinking. | |
| 4 | 4 | ||
| 5 | + | ### Objects (& Classes) | |
| 6 | + | ||
| 7 | + | how OOP works and lab to do it | |
| 8 | + | ||
| 5 | 9 | ||
| 6 | 10 | ### Resources | |
| 7 | 11 | ||
kristofer revised this gist . Go to revision
1 file changed, 5 insertions
notes.md
| @@ -1,3 +1,8 @@ | |||
| 1 | + | ### Problem Decomposition | |
| 2 | + | ||
| 3 | + | Breaking things down. Computational Thinking. | |
| 4 | + | ||
| 5 | + | ||
| 1 | 6 | ### Resources | |
| 2 | 7 | ||
| 3 | 8 | ||
kristofer revised this gist . Go to revision
1 file changed, 11 insertions, 8 deletions
notes.md
| @@ -1,8 +1,11 @@ | |||
| 1 | - | [Git Ideas](https://rachelcarmena.github.io/2018/12/12/how-to-teach-git.html) | |
| 2 | - | [Git Web Site](https://git-scm.com/book/en/v2)| | |
| 3 | - | [Markdown 101 notes](https://zcw.guru/kristofer/markdown-101) | |
| 4 | - | [ThinkJava](https://greenteapress.com/thinkjava6/thinkjava.pdf) | |
| 5 | - | [Head First Java](https://drive.google.com/file/d/17LWEZA6Q7PHLn_Y2y3gUfUFjVnepLIfH/view?usp=share_link) | |
| 6 | - | [Think Java](https://drive.google.com/file/d/1XEykIWlmzzFdvvKbVPJV9X7QzawfDIEF/view?usp=share_link) | |
| 7 | - | [Think Python](https://github.com/AllenDowney/ThinkPython) | |
| 8 | - | [ZCW Python](https://yoda-public-files.s3.us-east-2.amazonaws.com/ZCW-Python-Prep.pdf) | |
| 1 | + | ### Resources | |
| 2 | + | ||
| 3 | + | ||
| 4 | + | - [Git Ideas](https://rachelcarmena.github.io/2018/12/12/how-to-teach-git.html) | |
| 5 | + | - [Git Web Site](https://git-scm.com/book/en/v2)| | |
| 6 | + | - [Markdown 101 notes](https://zcw.guru/kristofer/markdown-101) | |
| 7 | + | - [ThinkJava](https://greenteapress.com/thinkjava6/thinkjava.pdf) | |
| 8 | + | - [Head First Java](https://drive.google.com/file/d/17LWEZA6Q7PHLn_Y2y3gUfUFjVnepLIfH/view?usp=share_link) | |
| 9 | + | - [Think Java](https://drive.google.com/file/d/1XEykIWlmzzFdvvKbVPJV9X7QzawfDIEF/view?usp=share_link) | |
| 10 | + | - [Think Python](https://github.com/AllenDowney/ThinkPython) | |
| 11 | + | - [ZCW Python](https://yoda-public-files.s3.us-east-2.amazonaws.com/ZCW-Python-Prep.pdf) | |
kristofer revised this gist . Go to revision
1 file changed, 8 insertions
notes.md(file created)
| @@ -0,0 +1,8 @@ | |||
| 1 | + | [Git Ideas](https://rachelcarmena.github.io/2018/12/12/how-to-teach-git.html) | |
| 2 | + | [Git Web Site](https://git-scm.com/book/en/v2)| | |
| 3 | + | [Markdown 101 notes](https://zcw.guru/kristofer/markdown-101) | |
| 4 | + | [ThinkJava](https://greenteapress.com/thinkjava6/thinkjava.pdf) | |
| 5 | + | [Head First Java](https://drive.google.com/file/d/17LWEZA6Q7PHLn_Y2y3gUfUFjVnepLIfH/view?usp=share_link) | |
| 6 | + | [Think Java](https://drive.google.com/file/d/1XEykIWlmzzFdvvKbVPJV9X7QzawfDIEF/view?usp=share_link) | |
| 7 | + | [Think Python](https://github.com/AllenDowney/ThinkPython) | |
| 8 | + | [ZCW Python](https://yoda-public-files.s3.us-east-2.amazonaws.com/ZCW-Python-Prep.pdf) | |