patterns changed to snippets

This commit is contained in:
rasbt 2014-09-26 18:07:47 -04:00
parent 5a8f0a63c7
commit 3f0841a4f6
3 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@
- Quick guide for dealing with missing numbers in NumPy [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/numpy_nan_quickguide.ipynb)] - Quick guide for dealing with missing numbers in NumPy [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/numpy_nan_quickguide.ipynb)]
- A random collection of useful Python patterns [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/python_patterns/patterns.ipynb)] - A random collection of useful Python snippets [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/python_patterns/patterns.ipynb)]
<br> <br>

View File

@ -1,3 +1,3 @@
# A collection of useful Python patterns # A collection of useful Python snippets
[View](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/python_patterns/patterns.ipynb) the IPython Notebook. [View](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/python_patterns/patterns.ipynb) the IPython Notebook.

View File

@ -1,7 +1,7 @@
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:51af96cc55143f75f6699c3e53aeead72f1b503d1759501f341f13fbc3436a4c" "signature": "sha256:f89c18f0692550a8e1f3a2999eda339bc0905a2dd1413049101148918e7a6c5e"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
@ -20,7 +20,7 @@
"level": 1, "level": 1,
"metadata": {}, "metadata": {},
"source": [ "source": [
"A random collection of useful Python patterns" "A random collection of useful Python snippets"
] ]
}, },
{ {