Skip to content

Commit

Permalink
link to xonsh
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jul 20, 2016
1 parent 4d5ea10 commit b62f020
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 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**)\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",
"\n",
"```\n",
" % cat hello.py\n",
Expand All @@ -19,8 +19,8 @@
" Hello World\n",
"```\n",
"\n",
"* ipython\n",
"* jupyter notebook\n",
"* ipython : for interactive work\n",
"* jupyter notebook : for managing and presenting your workflow\n",
"\n",
"## Concepts covered today\n",
"\n",
Expand All @@ -32,6 +32,15 @@
"* class\n",
"* module\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit b62f020

Please sign in to comment.