livepython

Code tracer

A desktop application that visually traces the execution of Python code in real-time.

Visually trace Python code in real-time.

GitHub

3k stars
76 watching
172 forks
Language: JavaScript
last commit: almost 6 years ago
Linked from 2 awesome lists

debugging-toolelectron-apppython

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
rsalmei/alive-progress A progress bar library with real-time throughput and ETA displays, allowing users to pause processing, track under/overflows, and customize its appearance. 5,531
joerick/pyinstrument A Python profiler tool used to identify and optimize slow parts of code. 6,651
benfred/py-spy A tool that lets you visualize what your program is spending time on without modifying the code. 12,828
livebook-dev/livebook A web application for writing interactive and collaborative code notebooks with Elixir support. 4,987
facebook/pyre-check Type-checking software for Python code 6,859
pythonprofilers/memory_profiler Tools for analyzing memory usage of Python programs 4,379
tautulli/tautulli A Python-based monitoring and tracking tool for Plex Media Server. 5,639
pexpect/pexpect A Python module for controlling interactive applications in a pseudo-terminal 2,624
hoffstadt/dearpygui A fast and powerful GUI toolkit for Python with minimal dependencies 13,292
pyinstaller/pyinstaller A tool for bundling Python applications and their dependencies into standalone executables. 11,914
bpython/bpython An enhanced interactive Python interpreter with features common to IDEs. 2,635
jendrikseipp/vulture Automatically finds and reports unused code in Python programs. 3,513
pathwaycom/pathway An ETL framework that enables real-time data processing and analytics using Python, with support for streaming data, batch processing, machine learning, and integration with various external data sources. 4,324
pyston/pyston_v1 A faster implementation of the Python programming language aimed at improving execution speed and compatibility. 4,886
buger/goreplay Captures and replays live HTTP traffic into a test environment to continuously test systems with real data. 18,657