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 73d4703 commit 7f4d36b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions basic-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ _[Please help make this better!]_
* 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**
#### **Startups and Software Engineering**
* 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._

### Programming Tools & key Python Resources

#### **Testing**
* nosetests [lib docs](https://nose.readthedocs.org/en/latest/)

#### **GIT** (Source control)
* Git tutorial [Tutorial](http://gitimmersion.com/lab_01.html)

#### **Testing**
* nosetests [lib docs](https://nose.readthedocs.org/en/latest/)

0 comments on commit 7f4d36b

Please sign in to comment.