mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
linked A random collection of useful Python patterns
This commit is contained in:
parent
89bf317556
commit
aea7c4403e
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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__))
|
3
python_patterns/README.md
Normal file
3
python_patterns/README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user