Happy Mother's Day

This commit is contained in:
rasbt 2014-05-11 12:38:08 -04:00
parent 9166f5d3ba
commit 5e75fec086
2 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,7 @@ Useful functions, tutorials, and other Python-related things
- [Benchmarks of different palindrome functions](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1) - [Benchmarks of different palindrome functions](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1)
- [A collection of not so obvious Python stuff you should know!](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/not_so_obvious_python_stuff.ipynb?create=1) - [A collection of not so obvious Python stuff you should know!](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/not_so_obvious_python_stuff.ipynb?create=1)
- [Python's scope resolution for variable names and the LEGB rule](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1) - [Python's scope resolution for variable names and the LEGB rule](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1)
- [Happy Mother's Day](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/funstuff/happy_mothers_day.ipynb?create=1)
### Links to Markdown files ### Links to Markdown files
- [A thorough guide to SQLite database operations in Python](./sqlite3_howto/README.md) - [A thorough guide to SQLite database operations in Python](./sqlite3_howto/README.md)

View File

@ -1,7 +1,7 @@
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:eeeed0cea91d7503e20b21f6a2e90637fbd3a9ae171e49fc645e45d9e2f77b8c" "signature": "sha256:1e7add170bf70122859ff2c20df61a8aa1e1cd07c56d24b3aef9b53159412581"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
@ -15,7 +15,8 @@
"Sebastian Raschka\n", "Sebastian Raschka\n",
"last updated: 05/11/2014\n", "last updated: 05/11/2014\n",
"\n", "\n",
"- Link to the GitHub Repository" "- Link to [this IPython Notebook](https://github.com/rasbt/python_reference/blob/master/funstuff/happy_mothers_day.ipynb) on GitHub\n",
"- Link to the [GitHub repository](https://github.com/rasbt/python_reference/tree/master/funstuff)"
] ]
}, },
{ {