From 97d4fb562f5f5c4873bb3bc404deac4217bcb9ac Mon Sep 17 00:00:00 2001
From: Maximilian Naumann
Date: Fri, 23 Jan 2026 19:42:29 -0800
Subject: [PATCH] Add additional resources to slides
---
docs/slides/software_intro.html | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
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)
+
+
+
+