{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "[Sebastian Raschka](http://sebastianraschka.com) \n", "\n", "- [Open in IPython nbviewer](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/multiprocessing_intro.ipynb?create=1) \n", "\n", "- [Link to this IPython notebook on Github](https://github.com/rasbt/python_reference/blob/master/tutorials/multiprocessing_intro.ipynb) \n", "\n", "- [Link to the GitHub Repository python_reference](https://github.com/rasbt/python_reference)\n" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Last updated: 20/06/2014\n" ] } ], "source": [ "import time\n", "print('Last updated: %s' %time.strftime('%d/%m/%Y'))" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "