diff --git a/docs/slides/software_intro.html b/docs/slides/software_intro.html
index 9bb81a4..bec46c0 100644
--- a/docs/slides/software_intro.html
+++ b/docs/slides/software_intro.html
@@ -500,7 +500,6 @@
Common Setup Issues (and Fixes)
- Wrong interpreter: Select
.venv/bin/python in the IDE
- Missing extras: Run
uv sync --all-extras (docs, dev tools)
- - Lock file drift: Prefer using the lock file and keep
uv.lock committed
Repo files:
@@ -608,6 +607,29 @@
Getting Started
+
+ Ready to Go Deeper?
+
+ Advanced Tools Worth Exploring:
+
+ -
+ vim / neovim:
+ Powerful terminal editor, also available as VS Code extension
+
+ -
+ lazygit:
+ Terminal UI for git commands with keyboard shortcuts
+
+ -
+ Dev Containers:
+ Consistent development environments beyond python, using Docker (across operating systems)
+
+
+
+