arthursw
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
ldbg is a minimal Python library that lets you ask an LLM questions while debugging — your prompt is automatically enriched with your current call stack, variables, and source context. It’s like ShellGPT but for pdb,…
- Show HN: Wetlands – a lightweight Python library for managing Conda environments (arthursw.github.io)
When building a plugin system for an application, avoiding dependency conflicts is critical. To address this, I created Wetlands – a lightweight Conda environment manager. Wetlands not only simplifies the creation of…