diff --git a/notebooks/python-overview.ipynb b/notebooks/python-overview.ipynb index a746848..b426899 100644 --- a/notebooks/python-overview.ipynb +++ b/notebooks/python-overview.ipynb @@ -6,7 +6,7 @@ "source": [ "# Python\n", "\n", - "* python (is a scripting language, not unlike **bash**, but check out **xonsh** on http://xon.sh/ if you like to try a real python login terminal shell)\n", + "* python (is a scripting language, not unlike **bash**, but check out **xonsh** on http://xon.sh/ if you like to try a real python login terminal shell). See also the file \"hello.py\" in your notebooks folder for the following example of turning a python script into a unix command:\n", "\n", "```\n", " % cat hello.py\n", @@ -30,7 +30,17 @@ "* control flow\n", "* function\n", "* class\n", - "* module\n" + "* module\n", + "\n", + "## Suggested notebooks\n", + "\n", + "\n", + "* python-overview (this notebook)\n", + "* python-basic\n", + "* python-more\n", + "* python-numpy\n", + "* python-image\n", + "* python-class\n" ] }, {