Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 15 Python Interactive Projects
-
# import plotly import plotly.express as px # create your chart type, for more chart types: https://plotly.com/python/ fig = px.bar(df, x = letter, y = frequency) # make chart prettier fig.update_layout( plot_bgcolor="White", height=700 ) # display chart fig.show()
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
interactive-deep-colorization
Deep learning software for colorizing black and white images with a few clicks.
-
Project mention: New Gaussian Splatting viewer that allows code modification during runtime | news.ycombinator.com | 2024-07-16
This new Gaussian Splatting viewer looks like a fantastic tool for anyone working with 3D visualizations. Real-time code modification is a game-changer for debugging and fine-tuning scenes on the fly. Plus, the ability to compare multiple scenes side-by-side and save various output formats is super handy. Anyone else excited about the possibilities this opens up for interactive 3D editing? Check it out here: [splatviz on GitHub](https://github.com/Florian-Barthel/splatviz)
-
-
pylustrator
Visualisations of data are at the core of every publication of scientific research results. They have to be as clear as possible to facilitate the communication of research. As data can have different formats and shapes, the visualisations often have to be adapted to reflect the data as well as possible. We developed Pylustrator, an interface to directly edit python generated matplotlib graphs to finalize them for publication. Therefore, subplots can be resized and dragged around by the mouse, t
Project mention: Pylustrator: Create publication-ready Matplotlib plots | news.ycombinator.com | 2024-11-25 -
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Show HN: Interactive GNU Awk tutorial for beginners (TUI app) | news.ycombinator.com | 2024-04-29
-
TkinterMapView
A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.
-
-
-
PyTorchRelevancePropagation
A basic implementation of Layer-wise Relevance Propagation (LRP) in PyTorch.
-
exocortex-halo
Various and sundry additional pieces of software I've written to incorporate into my exocortex.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Interactive discussion
Python Interactive related posts
-
Surely you must be joking, Jupyter notebooks with Ruby [video]
-
New Gaussian Splatting viewer that allows code modification during runtime
-
Running ruby on Jupiter notebooks
-
GitHub - julvo/reloading: Change Python code while it's running without losing state
-
[OC] Data scientists use PowerPoint?! 😯🤯
-
Comfy Software: A software aesthetic for hackers with depression
-
[OC ]How often do data scientists present to business people?
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 21 Mar 2025
Index
What are some of the best open-source Interactive projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | plotly | 16,875 |
2 | oppia | 5,990 |
3 | interactive-deep-colorization | 2,697 |
4 | splatviz | 1,271 |
5 | reloading | 1,097 |
6 | pylustrator | 869 |
7 | TouchDesigner_Shared | 809 |
8 | TUI-apps | 681 |
9 | TkinterMapView | 662 |
10 | quibbler | 320 |
11 | survey | 264 |
12 | PyTorchRelevancePropagation | 86 |
13 | exocortex-halo | 73 |
14 | MagnetiCalc | 48 |
15 | tunel | 5 |