mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
3 new tutorials added
This commit is contained in:
parent
778b5613db
commit
f88a73339c
|
@ -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)
|
- [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
|
### 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)
|
- [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)
|
- [Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks](./tutorials/installing_scientific_packages.md)
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
Advantages of unit testing
|
Advantages of unit testing
|
||||||
Main components a typical unit test
|
Main components a typical unit test
|
||||||
The different unit test frameworks in Python
|
The different unit test frameworks in Python
|
||||||
[Installing py.test](\(#installing)
|
Installing py.test)
|
||||||
A py.test example walkthrough
|
A py.test example walkthrough
|
||||||
Writing some code we want to test
|
Writing some code we want to test
|
||||||
Creating a "test" file
|
Creating a "test" file
|
||||||
|
|
Loading…
Reference in New Issue
Block a user