linked A random collection of useful Python patterns

This commit is contained in:
rasbt 2014-09-26 14:20:59 -04:00
parent 89bf317556
commit aea7c4403e
7 changed files with 5 additions and 10 deletions

View File

@ -51,6 +51,8 @@
- 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)]
<br>

View File

@ -1,10 +0,0 @@
Sebastian Raschka
last updated: 09/26/2014
# A collection of useful Python patterns
new_msg("Hello, World")
# prints: "My message: Hello, World"
# print(dir(create_message.__closure__))

View File

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