cifkao/nopdb
NoPdb: Non-interactive Python Debugger
This tool helps Python developers understand how their code works internally without stopping its execution. You can insert "programmatic breakpoints" to capture function arguments, local variables, return values, and stack traces, or even modify variables during runtime. It's particularly useful for debugging complex Python applications or inspecting the internals of machine learning models.
No commits in the last 6 months. Available on PyPI.
Use this if you need to deeply inspect and understand the runtime behavior of your Python code or machine learning models without interactive debugging sessions.
Not ideal if you primarily work with compiled C extensions, built-in functions, or machine learning models that rely heavily on static graph compilation, as these cannot be fully inspected.
Stars
84
Forks
2
Language
Python
License
BSD-3-Clause
Category
Last pushed
Jul 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/cifkao/nopdb"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
arogozhnikov/hep_ml
Machine Learning for High Energy Physics.
CompPhysics/ComputationalPhysics2
Advanced course in Computational Physics, see texbook at...
FNALLPC/machine-learning-hats
FNAL LPC Machine Learning HATS
DeepLearningForPhysicsResearchBook/deep-learning-physics
This project contains additional material for the textbook Deep Learning for Physics Research by...
desy-ml/cheetah
Fast and differentiable particle accelerator optics simulation for reinforcement learning and...