Skip to content

Commit 778cba6

Browse files
committed
Update 00_index.ipynb
Added some more "additional time" topics.
1 parent fb260c4 commit 778cba6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/00_index.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@
2727
"If we have more time:\n",
2828
" - [Debugging in Python](./13_debugging.ipynb)\n",
2929
" - [Command line tools in Python Standard library](./14_python_builtin_cli.ipynb)\n",
30-
" - [Python Toolkit for Production](./15_python_toolkit.ipynb)"
30+
" - [Python Toolkit for Production](./15_python_toolkit.ipynb)\n",
31+
" - [JupyterLite](https://github.com/jupyterlite)\n",
32+
" - [GitHub Pages](http://pages.github.com)"
3133
]
3234
},
3335
{
3436
"cell_type": "markdown",
3537
"metadata": {},
3638
"source": [
37-
"Use [pythontutor](https://pythontutor.com/python-debugger.html#mode=edit) or [Thonny](https://github.com/thonny/thonny) for visualization purpose"
39+
"Use [pythontutor](https://pythontutor.com/python-debugger.html#mode=edit) or [Thonny](https://github.com/thonny/thonny) to visualize Python code to aid understanding."
3840
]
3941
}
4042
],

0 commit comments

Comments
 (0)