mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
patterns changed to snippets
This commit is contained in:
parent
5a8f0a63c7
commit
3f0841a4f6
|
@ -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)]
|
||||
|
||||
- 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>
|
||||
|
||||
|
|
|
@ -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.
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"metadata": {
|
||||
"name": "",
|
||||
"signature": "sha256:51af96cc55143f75f6699c3e53aeead72f1b503d1759501f341f13fbc3436a4c"
|
||||
"signature": "sha256:f89c18f0692550a8e1f3a2999eda339bc0905a2dd1413049101148918e7a6c5e"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
|
@ -20,7 +20,7 @@
|
|||
"level": 1,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"A random collection of useful Python patterns"
|
||||
"A random collection of useful Python snippets"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user