From 99b3c1a861b6d194740ebc4f046cf96cf6402339 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sat, 28 Jun 2014 01:15:40 -0400 Subject: [PATCH] datemagic --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9e9b15..0b71806 100755 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Py ###// Useful scripts and snippets +- [IPython magic function %date](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/ipython_magic/datemagic.ipynb) - for printing date stamps and/or the current Python/IPython version + - [Shell script](./useful_scripts/prepend_python_shebang.sh) for prepending Python-shebangs to .py files. - convert 'tab-delimited' to 'comma-separated' CSV files [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/useful_scripts/fix_tab_csv.ipynb?create=1)]