File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments