Skip to content

Commit ac10148

Browse files
committed
sorting csvs
1 parent db164b7 commit ac10148

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,26 @@ Useful functions, tutorials, and other Python-related things
1010
<br>
1111
<br>
1212

13+
14+
1315
**// Python tips and tutorials**
1416

1517
- A collection of not so obvious Python stuff you should know! [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/not_so_obvious_python_stuff.ipynb?create=1)
1618
- Python's scope resolution for variable names and the LEGB rule [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1)
1719
- A thorough guide to SQLite database operations in Python [[Markdown]](./sqlite3_howto/README.md)
1820
- Unit testing in Python - Why we want to make it a habit [[Markdown]](./tutorials/unit_testing.md)
1921
- Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks [[Markdown]](./tutorials/installing_scientific_packages.md)
20-
- Sorting CSV files using the Python csv module [IPython nb](./tutorials/http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb?create=1)
22+
- Sorting CSV files using the Python csv module [[IPython nb](./tutorials/http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb?create=1)]
23+
24+
2125

2226
**// benchmarks**
2327

2428
- Python benchmarks via `timeit` [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/timeit_tests.ipynb?create=1)
2529
- Implementing the least squares fit method for linear regression and speeding it up via Cython [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/cython_least_squares.ipynb?create=1)
2630
- Benchmarks of different palindrome functions [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1)
27-
- (#marking)
31+
32+
2833

2934

3035
**// other**

0 commit comments

Comments
 (0)