Skip to content

Commit 58d401f

Browse files
committed
moves testing resource in basic-programming.md
1 parent c09a57b commit 58d401f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ _OSDSM Specialization: [Data Journalism](https://github.com/datasciencemasters/g
130130
* Network Modeling & Viz [networkx](http://networkx.github.io/)
131131
* Natural Language Toolkit [NLTK](http://nltk.org/)
132132
* Database querying libraries [MySQLdb](http://mysql-python.sourceforge.net/MySQLdb.html) [PostgreSQL](https://pypi.python.org/pypi/psycopg2) [AWS](https://boto.readthedocs.org/en/latest/)
133-
* Testing [nosetests](https://nose.readthedocs.org/en/latest/)
134133

135134
### R resources are now [here](https://github.com/datasciencemasters/go/blob/master/r-resources.md)
136135

basic-programming.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ _[I'm adding this section due to the great materials centering on applied method
1212

1313
#### **Startups and Programming**
1414
* 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._
15+
16+
#### **Testing**
17+
* [nosetests](https://nose.readthedocs.org/en/latest/)

0 commit comments

Comments
 (0)