Local Docs
Pythonlings bundles short Python reference snippets so learners can stay in the terminal while solving exercises.
In The TUI
- Press
F5to open the local docs window for the current exercise. - Press
Ofrom the docs window to open the official Python docs page. - Press
Escto close the docs window and return to the exercise.
Source Material
Bundled snippets are generated from the official Python documentation. Licensing
details live in pythonlings/docs/NOTICE.md.
Refresh Snippets
Run this from the repository root:
The generated files live under:
When adding or changing exercises, keep info.toml docs links aligned with the
local topic snippets.