Python Interactive

Open-source Python projects categorized as Interactive

Top 15 Python Interactive Projects

Interactive
  1. plotly

    The interactive graphing library for Python :sparkles:

    Project mention: Making API requests from your spreadsheets | dev.to | 2025-03-14

    # 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()

  2. 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.

    CodeRabbit logo
  3. oppia

    A free, online learning platform to make quality education accessible for all.

  4. interactive-deep-colorization

    Deep learning software for colorizing black and white images with a few clicks.

  5. splatviz

    Full python interactive 3D Gaussian Splatting viewer for real-time editing and analyzing.

    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)

  6. reloading

    Change Python code while it's running without losing state

  7. 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
  8. TouchDesigner_Shared

    TouchDesigner toxes and small projects

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. TUI-apps

    Terminal User Interface (TUI) apps

    Project mention: Show HN: Interactive GNU Awk tutorial for beginners (TUI app) | news.ycombinator.com | 2024-04-29
  11. TkinterMapView

    A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.

  12. quibbler

    Your data - interactive!

  13. survey

    A simple library for creating beautiful interactive prompts. (by Exahilosys)

  14. PyTorchRelevancePropagation

    A basic implementation of Layer-wise Relevance Propagation (LRP) in PyTorch.

  15. exocortex-halo

    Various and sundry additional pieces of software I've written to incorporate into my exocortex.

  16. MagnetiCalc

    MagnetiCalc calculates the magnetic field of arbitrary coils.

  17. tunel

    Developer interfaces for HPC, servers, and beyond! (under development)

  18. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Interactive discussion

Log in or Post with

Python Interactive related posts

  • Surely you must be joking, Jupyter notebooks with Ruby [video]

    2 projects | news.ycombinator.com | 15 Feb 2025
  • New Gaussian Splatting viewer that allows code modification during runtime

    3 projects | news.ycombinator.com | 16 Jul 2024
  • Running ruby on Jupiter notebooks

    3 projects | dev.to | 24 Dec 2022
  • GitHub - julvo/reloading: Change Python code while it's running without losing state

    1 project | /r/Python | 30 Nov 2022
  • [OC] Data scientists use PowerPoint?! 😯🤯

    1 project | /r/datascience | 25 Oct 2022
  • Comfy Software: A software aesthetic for hackers with depression

    3 projects | news.ycombinator.com | 2 Oct 2022
  • [OC ]How often do data scientists present to business people?

    1 project | /r/datascience | 28 Sep 2022
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 21 Mar 2025
    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 →

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

Sponsored
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.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?