Skip to content

Commit f88a733

Browse files
committed
3 new tutorials added
1 parent 778b561 commit f88a733

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Syntax examples for useful Python functions, methods, and modules
1212
- [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)
1313

1414
### Links to Markdown files
15-
- [A thorough guide to SQLite database operations in Python](./sqlite3_howto/Readme.md)
15+
- [A thorough guide to SQLite database operations in Python](./sqlite3_howto/README.md)
1616
- [Unit testing in Python - Why we want to make it a habit](./tutorials/unit_testing.md)
1717
- [Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks](./tutorials/installing_scientific_packages.md)

tutorials/unit_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Advantages of unit testing
99
Main components a typical unit test
1010
The different unit test frameworks in Python
11-
[Installing py.test](\(#installing)
11+
Installing py.test)
1212
A py.test example walkthrough
1313
Writing some code we want to test
1414
Creating a "test" file

0 commit comments

Comments
 (0)