Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 844a156

Browse files
committed
running cython
1 parent 4ebe90d commit 844a156

File tree

2 files changed

+626
-3
lines changed

2 files changed

+626
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@
2121

2222
- A collection of not so obvious Python stuff you should know! [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/not_so_obvious_python_stuff.ipynb?create=1)]
2323

24-
2524
- 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)]
2625

2726
- Key differences between Python 2.x and Python 3.x [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/key_differences_between_python_2_and_3.ipynb?create=1)]
2827

29-
3028
- A thorough guide to SQLite database operations in Python [[Markdown](./sqlite3_howto/README.md)]
3129

3230
- Unit testing in Python - Why we want to make it a habit [[Markdown](./tutorials/unit_testing.md)]
3331

3432
- Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks [[Markdown](./tutorials/installing_scientific_packages.md)]
3533

3634

37-
3835
- Sorting CSV files using the Python csv module [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb)]
3936

37+
- Using Cython with and without IPython magic [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/running_cython.ipynb)]
38+
39+
4040

4141
<br>
4242

0 commit comments

Comments
 (0)