InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 23 JavaScript Python Projects
-
leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。) (by azl397985856)
1️⃣3️⃣ LeetCode Solutions 🏆 📌 https://github.com/azl397985856/leetcode A collection of LeetCode solutions to prepare for FAANG interviews.
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
-
social-analyzer
API, CLI, and Web App for analyzing and finding a person's profile in 1000 social media \ websites
-
-
Format the code: Tools like Prettier or the JavaScript beautifier can format obfuscated code.
-
Bot Builder SDK
Bot Framework provides the most comprehensive experience for building conversation applications.
-
Project mention: 7 Best Open-Source Crypto Trading Bots 2025 (Ranked & Reviewed) | dev.to | 2025-03-19
Jesse is a simple but powerful framework for strategy testing and algorithmic trading. It’s built for traders who want a clean, Python-based setup.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
Graphite is composed of three components: Carbon, the metrics aggregator daemon, Whisper, the time series databases that internally uses an SQLite database, and an web frontend for accessing the metrics.
-
Project mention: Show HN: Documind – Open-source AI tool to turn documents into structured data | news.ycombinator.com | 2024-11-18
From the source, Documind appears to:
1) Install tools like Ghostscript, GraphicsMagick, and LibreOffice with a JS script. 2) Convert document pages to Base64 PNGs and send them to OpenAI for data extraction. 3) Use Supabase for unclear reasons.
Some issues with this approach:
* OpenAI may retain and use your data for training, raising privacy concerns [1].
* Dependencies should be managed with Docker or package managers like Nix or Pixi, which are more robust. Example: a tool like Parsr [2] provides a Dockerized pdf-to-json solution, complete with OCR support and an HTTP api.
* GPT-4 vision seems like a costly, error-prone, and unreliable solution, not really suited for extracting data from sensitive docs like invoices, without review.
* Traditional methods (PDF parsers with OCR support) are cheaper, more reliable, and avoid retention risks for this particular use case. Although these tools do require some plumbing... probably LLMs can really help with that!
While there are plenty of tools for structured data extraction, I think there’s still room for a streamlined, all-in-one solution. This gap likely explains the abundance of closed-source commercial options tackling this very challenge.
---
1: https://platform.openai.com/docs/models#how-we-use-your-data
2: https://github.com/axa-group/Parsr
-
-
-
-
Project mention: FastRTC: Real-Time Communication Made Easy for Python Developers | dev.to | 2025-04-29
View the Project on GitHub
-
-
Resource: Python for Everybody
-
codecrumbs
Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
-
Project mention: 🎨 Building a Production-Ready AI Image Generator with n8n: From Concept to Deployment | dev.to | 2025-07-07
Pollinations AI: Free AI Image Generation
-
aleph
Search and browse documents and data; find the people and companies you look for. (by alephdata)
-
DeepCamera
Open-Source AI Camera. Empower any camera/CCTV with state-of-the-art AI, including facial recognition, person recognition(RE-ID) car detection, fall detection and more
-
birdseye
Graphical Python debugger which lets you easily view the values of all evaluated expressions
-
ganja.js
:triangular_ruler: Javascript Geometric Algebra Generator for Javascript, c++, c#, rust, python. (with operator overloading and algebraic literals) -
>web dev/gradle/java knowledge to build something like this
Web dev (and not just in java) is dominated by "component integration" concerns, containing lots of structure but little content. Computation is delegated to libraries, and the problems more about complexity of integration (at build time) scaled distributed systems (at runtime). In contrast, writing a simulation is computationally intensive, so most of the code is content. It's homogenous where web dev is heterogenous. The problems are entirely constrained by single process performance within a time budget determined by fps.
All that means is that you can focus on one runtime. I suggest the browser, since it solves the distribution problem. Ganja[1] is perhaps the ultimate "content, not structure" simulation project. It's very strange, and lies unmaintained because it's impenetrable. Yet it works. A bit more structured is D3 who's authors have written cutting edge visulation/layout algorithms for you, for example in support of force directed graphs[2]. A more friendly way to get started would be with some variant of Processing[3], which started as a Java thing and then got ported around, including to Python and JavaScript. A word of warning: something like cloth simulation is to a game engine what a single cell is to a mouse. Game engines are huge, in other words, and again you won't be writing simulations, lots of (internal) integrations.
1 - https://github.com/enkimute/ganja.js/blob/master/ganja.js
2 - https://github.com/d3/d3-force/tree/main/src
3 - https://processing.org/
-
-
Magic Python
Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
JavaScript Python discussion
JavaScript Python related posts
-
Permission Delegation: Unlocking a New Era of XRPL Account Management
-
Why every dev needs a coding journal no, your memory isn’t enough
-
Building a Sentiment Analysis App with React, Flask, and Hugging Face Transformers
-
Thinking in Templates
-
FastRTC: Real-Time Communication Made Easy for Python Developers
-
Most Effective Approaches for Debugging Applications
-
Building a Full-Stack AI Chatbot with FastAPI (Backend) and React (Frontend)
-
A note from our sponsor - InfluxDB
www.influxdata.com | 14 Jul 2025
Index
What are some of the best open-source Python projects in JavaScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | leetcode | 55,482 |
2 | ZeroNet | 18,536 |
3 | social-analyzer | 12,574 |
4 | pipedream | 10,157 |
5 | JS-Beautifier | 8,803 |
6 | Bot Builder SDK | 7,720 |
7 | jesse | 6,579 |
8 | Graphite | 6,000 |
9 | Parsr | 5,970 |
10 | Cabot | 5,641 |
11 | learn-to-cloud | 4,913 |
12 | auto-py-to-exe | 4,489 |
13 | fastrtc | 4,107 |
14 | Twitter-API-v2-sample-code | 2,997 |
15 | py4e | 2,980 |
16 | codecrumbs | 2,718 |
17 | pollinations | 2,335 |
18 | aleph | 2,184 |
19 | DeepCamera | 2,119 |
20 | birdseye | 1,682 |
21 | ganja.js | 1,542 |
22 | pywb | 1,530 |
23 | Magic Python | 1,436 |