Skip to content

Commit

Permalink
confusing patch?
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jul 27, 2016
1 parent f347b29 commit f5118c1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions notebooks/python-overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]
},
{
Expand Down

0 comments on commit f5118c1

Please sign in to comment.