[PR #2510] Add new section Javascript #1829

Open
opened 2025-11-06 13:24:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2510
Author: @almahdi404
Created: 8/23/2023
Status: 🔄 Open

Base: masterHead: section-javascript


📝 Commits (1)

  • ad41ae0 Add new section Javascript

📊 Changes

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

View changed files

📝 README.md (+17 -0)

📄 Description

Javascript

Libraries for interpolating with javascript code.

  • Duktape
    • dukpy - Simple JavaScript interpreter for Python.
  • Node
    • JSPyBridge - 🌉. Bridge to interoperate Node.js and Python.
  • SpiderMonkey
    • PythonMonkey - A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
  • Transpiler
    • Js2Py - JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python🚀
  • V8
    • PyMiniRacer - PyMiniRacer is a V8 bridge in Python.
    • STPyV8 - Python 3 and JavaScript interoperability. Successor To PyV8.

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/2510 **Author:** [@almahdi404](https://github.com/almahdi404) **Created:** 8/23/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `section-javascript` --- ### 📝 Commits (1) - [`ad41ae0`](https://github.com/vinta/awesome-python/commit/ad41ae027a39c9d401f94f507234d37ca7da88e5) Add new section Javascript ### 📊 Changes **1 file changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+17 -0) </details> ### 📄 Description ## Javascript *Libraries for interpolating with javascript code.* * Duktape * [dukpy](https://github.com/amol-/dukpy) - Simple JavaScript interpreter for Python. * Node * [JSPyBridge](https://github.com/extremeheat/JSPyBridge) - 🌉. Bridge to interoperate Node.js and Python. * SpiderMonkey * [PythonMonkey](https://github.com/Distributive-Network/PythonMonkey) - A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment. * Transpiler * [Js2Py](https://github.com/PiotrDabkowski/Js2Py/) - JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python🚀 * V8 * [PyMiniRacer](https://github.com/sqreen/PyMiniRacer) - PyMiniRacer is a V8 bridge in Python. * [STPyV8](https://github.com/cloudflare/stpyv8) - Python 3 and JavaScript interoperability. Successor To PyV8. --- 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:24:02 -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#1829