#482 · Primary category: AI Coding Assistants
reloadium
Hot Reloading and Profiling for Python
Project last updated:05/24/24
GitHub Stars
3.0K
Forks
62
Contributors
3
License
Apache-2.0
Why we included this project
Save a file and Reloadium re-runs just the code you changed, so you see the new result without restarting the interpreter. That kills most of the edit-restart-debug loop Python developers are used to. It also profiles slow code, and when you want AI help it can hand the current execution state to ChatGPT, so a suggested fix is grounded in what actually ran rather than a guess. Reloadium works as a PyCharm plugin or as a pip-installed command runner for scripts and web apps, and it understands Django, Flask, SQLAlchemy, and Pandas well enough to refresh pages and roll back database side effects during a reload.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.