3 new tutorials added

This commit is contained in:
Sebastian Raschka 2014-04-29 23:06:20 -04:00
parent 778b5613db
commit f88a73339c
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ Syntax examples for useful Python functions, methods, and modules
- [Python's scope resolution for variable names and the LEGB rule](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1)
### Links to Markdown files
- [A thorough guide to SQLite database operations in Python](./sqlite3_howto/Readme.md)
- [A thorough guide to SQLite database operations in Python](./sqlite3_howto/README.md)
- [Unit testing in Python - Why we want to make it a habit](./tutorials/unit_testing.md)
- [Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks](./tutorials/installing_scientific_packages.md)

View File

@ -8,7 +8,7 @@
Advantages of unit testing
Main components a typical unit test
The different unit test frameworks in Python
[Installing py.test](\(#installing)
Installing py.test)
A py.test example walkthrough
Writing some code we want to test
Creating a "test" file