Skip to content

Commit

Permalink
Update basic-programming.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clarecorthell committed Oct 12, 2014
1 parent 2043bb0 commit 73d4703
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions basic-programming.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
_[I'm adding this section due to the great materials centering on applied methods, workflows, and tools in programming. Please help make this better!]_
_[Please help make this better!]_

### Basic Programming Methodology

#### **Learning Programming**

* [Codecademy](http://www.codecademy.com/)
* [CS106a / Stanford Programming Methodology](https://www.udemy.com/cs-106a-programming-methodology)
* [The Nature of Programming](http://natureofcode.com/book/introduction/) uses the art-and-science-world-esteemed `processing` language
* [Python the Hard Way](http://learnpythonthehardway.org/book/) - my personal favorite Pythonic starting point.
* Codecademy [code-right-away guided tutorials](http://www.codecademy.com/)
* CS106a / Stanford Programming Methodology [Lectures](https://www.udemy.com/cs-106a-programming-methodology) - how Stanford students learn to code (Mehran Sahami is just *so* amazing and fun)
* Computer Programming - Introduction to JS / Khan Academy [code-right-away guided tutorial](https://www.khanacademy.org/computing/cs/programming)
* The Nature of Programming [Online Book](http://natureofcode.com/book/introduction/) uses the art-and-science-world-esteemed `processing` language
* Python the Hard Way [Online Book & Tutorial](http://learnpythonthehardway.org/book/) - my personal favorite Pythonic starting point.

#### **Startups and Programming**
* Startup Engineering [Stanford / Coursera](https://class.coursera.org/startup-001) _NB: This is a full-stack class; explains development from conception to deployment. Great granualar, stepwise course explaining how to built an application from scratch._
Expand Down

0 comments on commit 73d4703

Please sign in to comment.