[PR #1688] Add jupylet #1468

Open
opened 2025-11-06 13:16:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1688
Author: @nir
Created: 12/11/2020
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 67859d5 Added Jupylet to Audio section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Jupylet is a unique library for sound synthesis, live music coding, graphics, and game programming interactively in Jupyter notebooks:

https://github.com/nir/jupylet

What's the difference between this Python project and similar ones?

  • Jupylet brings interactive live music coding and live loops in the spirit of Sonic Pi to Jupyter, building on the natural interactivity of Jupyter Notebooks.

  • Jupylet brings the full power of sound synthesis to pure Python (and Numpy) - in contrast other sound synthesis libraries for Python are typically binding to C libraries or to separate audio servers.

Here is an example of two simple live loops playing a synthesized instrument, created with a few lines of code:
https://jupylet.readthedocs.io/en/latest/_static/audio/tb303.5.ogg

You can find the code for this example in the online documentation.

  • Jupylet brings 2D and 3D interactive game programming into Jupyter. There are other Python libraries for game programming, but I am not aware of any that is designed to be programmed interactively.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1688 **Author:** [@nir](https://github.com/nir) **Created:** 12/11/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`67859d5`](https://github.com/vinta/awesome-python/commit/67859d5ca564c51d21678d24119da282540e0434) Added Jupylet to Audio section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Jupylet is a unique library for sound synthesis, live music coding, graphics, and game programming interactively in Jupyter notebooks: [https://github.com/nir/jupylet](https://github.com/nir/jupylet) ## What's the difference between this Python project and similar ones? * Jupylet brings interactive live music coding and live loops in the spirit of Sonic Pi to Jupyter, building on the natural interactivity of Jupyter Notebooks. * Jupylet brings the full power of sound synthesis to pure Python (and Numpy) - in contrast other sound synthesis libraries for Python are typically binding to C libraries or to separate audio servers. Here is an example of two simple live loops playing a synthesized instrument, created with a few lines of code: https://jupylet.readthedocs.io/en/latest/_static/audio/tb303.5.ogg You can find the code for this example in [the online documentation](https://jupylet.readthedocs.io/en/latest/programmers_reference_guide/synthesis.html#filters). * Jupylet brings 2D and 3D interactive game programming into Jupyter. There are other Python libraries for game programming, but I am not aware of any that is designed to be programmed interactively. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:16:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1468