Skip to content

Commit

Permalink
Update 00_index.ipynb
Browse files Browse the repository at this point in the history
Added some more "additional time" topics.
  • Loading branch information
brianhmiller committed Dec 3, 2023
1 parent fb260c4 commit 778cba6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/00_index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@
"If we have more time:\n",
" - [Debugging in Python](./13_debugging.ipynb)\n",
" - [Command line tools in Python Standard library](./14_python_builtin_cli.ipynb)\n",
" - [Python Toolkit for Production](./15_python_toolkit.ipynb)"
" - [Python Toolkit for Production](./15_python_toolkit.ipynb)\n",
" - [JupyterLite](https://github.com/jupyterlite)\n",
" - [GitHub Pages](http://pages.github.com)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Use [pythontutor](https://pythontutor.com/python-debugger.html#mode=edit) or [Thonny](https://github.com/thonny/thonny) for visualization purpose"
"Use [pythontutor](https://pythontutor.com/python-debugger.html#mode=edit) or [Thonny](https://github.com/thonny/thonny) to visualize Python code to aid understanding."
]
}
],
Expand Down

0 comments on commit 778cba6

Please sign in to comment.