Skip to content

Commit 9740da6

Browse files
Add additional resources to slides (#35)
Co-authored-by: Annika Bätz <annika.baetz@kit.edu>
1 parent 8dfe9ac commit 9740da6

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

docs/slides/software_intro.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ <h3>Common Setup Issues (and Fixes)</h3>
500500
<ul>
501501
<li><strong>Wrong interpreter:</strong> Select <code>.venv/bin/python</code> in the IDE</li>
502502
<li><strong>Missing extras:</strong> Run <code>uv sync --all-extras</code> (docs, dev tools)</li>
503-
<li><strong>Lock file drift:</strong> Prefer using the lock file and keep <code>uv.lock</code> committed</li>
504503
</ul>
505504
<p class="small-text">
506505
Repo files:
@@ -608,6 +607,29 @@ <h2>Getting Started</h2>
608607
</p>
609608
</section>
610609

610+
<section>
611+
<h2>Ready to Go Deeper?</h2>
612+
<div class="highlight-box">
613+
<strong><a class="tool-link" href="https://missing.csail.mit.edu/">The Missing Semester of Your CS Education</a></strong>
614+
<p class="small-text">MIT course on essential developer tools and workflows</p>
615+
</div>
616+
<h3 class="small-text">Advanced Tools Worth Exploring:</h3>
617+
<ul class="small-text">
618+
<li>
619+
<strong><a class="tool-link" href="https://www.vim.org/">vim</a> / <a class="tool-link" href="https://neovim.io/">neovim</a>:</strong>
620+
Powerful terminal editor, also available as <a class="tool-link" href="https://marketplace.visualstudio.com/items?itemName=vscodevim.vim">VS Code extension</a>
621+
</li>
622+
<li>
623+
<strong><a class="tool-link" href="https://github.com/jesseduffield/lazygit">lazygit</a>:</strong>
624+
Terminal UI for git commands with keyboard shortcuts
625+
</li>
626+
<li>
627+
<strong><a class="tool-link" href="https://code.visualstudio.com/docs/devcontainers/containers">Dev Containers</a>:</strong>
628+
Consistent development environments beyond python, using Docker (across operating systems)
629+
</li>
630+
</ul>
631+
</section>
632+
611633
</div>
612634
</div>
613635

0 commit comments

Comments
 (0)