Difference between revisions of "Computer Science I Links"
From WLCS
| (16 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | == Textbook & References == | + | === Textbook & References === |
| + | * [http://scratch.mit.edu/ MIT Scratch Homepage] | ||
| + | * [http://www.learnscratch.com/ Learn Scratch] | ||
* [http://openbookproject.net/thinkCSpy/ "How to Think Like a Computer Scientist: Python"] | * [http://openbookproject.net/thinkCSpy/ "How to Think Like a Computer Scientist: Python"] | ||
| − | * [http://openbookproject.net/thinkCSpy/app_b.html GASP Reference] | + | <!--* [http://openbookproject.net/thinkCSpy/app_b.html GASP Reference]--> |
| + | * [http://codingbat.com/ CodingBat Exercises] | ||
| + | * [http://pythontutor.com/ Python Tutor/Visualization] | ||
| − | == Tutorials == | + | === Tutorials === |
* [[How to install Python]] | * [[How to install Python]] | ||
| − | == Archived Websites == | + | === Scratch Workshop === |
| + | * [[Scratch Workshop - Item Collection & Dodge]] | ||
| + | |||
| + | === Archived Websites === | ||
| + | * [[CS1 - 1415]] | ||
| + | * [[CS1 - 1314]] | ||
| + | * [[CS1 - 1213]] | ||
| + | * [[CS1 - 1112]] | ||
| + | * [[CS1 - 1011]] | ||
* [[CS1 - 0910]] | * [[CS1 - 0910]] | ||
* [[CS1 - 0809]] | * [[CS1 - 0809]] | ||
* [http://www.paulbui.net/wl0708/cs1 CS1 - 0708] | * [http://www.paulbui.net/wl0708/cs1 CS1 - 0708] | ||
* [http://www.paulbui.net/wl0607/cs1/schedule.html CS1 - 0607] | * [http://www.paulbui.net/wl0607/cs1/schedule.html CS1 - 0607] | ||
Latest revision as of 07:23, 18 May 2016
Textbook & References
- MIT Scratch Homepage
- Learn Scratch
- "How to Think Like a Computer Scientist: Python"
- CodingBat Exercises
- Python Tutor/Visualization