3 Python-Related Tools: GDB Dashboard, Kedro, & Greppo
GDB Dashboard
An open-source Python debugging tool on GitHub, GDB Dashboard provides a visual interface for Python GDB. It displays program debugging information more clearly, allowing developers to focus on Python control flow.

GDB Dashboard is a standalone .gdbinit file written using the Python API. It enables a modular interface that shows relevant information about the program being debugged. Its core goal is to reduce the number of GDB commands needed to inspect the current program status, thus letting developers primarily focus on the control flow.
Open Source URL: https://github.com/cyrus-and/gdb-dashboard
Kedro
An open-source Python framework, Kedro helps you create reusable, maintainable, and modular data science code. It supports integration with VSCode and PyCharm.

Open Source URL: https://github.com/kedro-org/kedro
Greppo
An open-source Python framework on GitHub, Greppo enables quick building of interactive “geospatial” applications. It provides a complete toolkit that allows you to easily integrate modules such as data, algorithms, and visualization UIs to build interactive applications.

Open Source URL: https://github.com/greppo-io/greppo