Python JavaScript

Open-source Python projects categorized as JavaScript

Top 23 Python JavaScript Projects

  • Redash

    Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

    Project mention: Best apps for transitioning from Spreadsheets to SQLite? | reddit.com/r/macapps | 2023-05-27

    Regarding visualization tools, sqliteviz has proven to be the best I've found so far. Their web app runs locally but has some trackers, so I run it locally via a simple, static HTTP server. Falcon and Redash seem like overkill for my needs.

  • Zulip

    Zulip server and web application. Open-source team chat that helps teams stay productive and focused.

    Project mention: FOSS Discord Alternatives | reddit.com/r/selfhosted | 2023-05-29
  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • bokeh

    Interactive Data Visualization in the browser, from Python

    Project mention: Best data visualisation library | reddit.com/r/learnpython | 2023-05-21

    If you don’t mind passing html around this library allows you to share full interactive plot:

  • pyscript

    Home Page: https://pyscript.net Examples: https://pyscript.net/examples

    Project mention: After tearing my hair out writing JavaScript the last few days how close are we to Python in the browser? | reddit.com/r/Python | 2023-05-08

    PyScript started as a usability layer around Pyodide for those not used to working in JS. It's now working on things like incorporating the Micropython runtime as an alternative, moving the interpreter to a worker thread, adding a plugins ecosystem, easier events API's, and more.

  • tvm

    Open deep learning compiler stack for cpu, gpu and specialized accelerators

    Project mention: MLC LLM - "MLC LLM is a universal solution that allows any language model to be deployed natively on a diverse set of hardware backends and native applications, plus a productive framework for everyone to further optimize model performance for their own use cases." | reddit.com/r/LocalLLM | 2023-04-30

    I have tried the iPhone app. It's fast. They're using Apache TVM which should allow better use of native accelerators on different devices. Like using metal on Apple and Vulcan or CUDA or whatever instead of just running the thing on the CPU like llama.cpp.

  • Ajenti

    Ajenti Core and stock plugins

  • folium

    Python Data. Leaflet.js Maps.

    Project mention: Folium Help | reddit.com/r/learnpython | 2023-03-03

    A good thing to try would be to look over the folium documentation on their GitHub Page, Folium. For help with code you could ask ChatGPT to explain what you're interested in using their docs.

  • Sonar

    Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • frappe

    Low code web framework for real world applications, in Python and Javascript

    Project mention: Looking for open-source enthusiast programmers | reddit.com/r/Kerala | 2022-12-21

    ERPNext and Frappe Framework.

  • oppia

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

  • Isso

    a Disqus alternative

    Project mention: How to Start Your Blog in 2023 | news.ycombinator.com | 2023-02-20
  • vprof

    Visual profiler for Python

  • pywebview

    Build GUI for your Python program with JavaScript, HTML, and CSS

    Project mention: Release: NiceGUI 1.2.7 with ui.download, easier color definitions, "aggrid from pandas dataframe" and much more | reddit.com/r/Python | 2023-04-14

    The native mode uses pywebview under the hood which has libs for running on several platforms. Pyinstaller will pull these dependencies in. If you want more info on which platforms are supported by pywebview, check this directory: https://github.com/r0x0r/pywebview/tree/master/webview/lib

  • twitter-scraper

    Scrape the Twitter Frontend API without authentication.

    Project mention: Twitter’s new API pricing | reddit.com/r/ProgrammerHumor | 2023-02-02

    It still seems unreasonable that that’s the price if you want access to longer time frames. Obviously they don’t have to release an api in the first place. But with them now not giving free access to even the regular api, free tools like this will become much better and way more popular.

  • websockify

    Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.

    Project mention: Vidyascape (2006 Remake) Has Released a Webclient - Making it the first remake server of this era to do so! | reddit.com/r/RSPS | 2023-04-24

    You can just layer on websockify without making any changes to the server.

  • Lenia

    Lenia - Mathematical Life Forms

  • Transcrypt

    Python 3.9 to JavaScript compiler - Lean, fast, open! -

    Project mention: What's your Python story? | reddit.com/r/Python | 2023-05-21

    I now use Python everywhere. Desktop (PySide), embedded (MicroPython), web dev (React via Transcrypt), mobile (Kivy), and just general scripting. I love the versatility of Python, the ease of reading it without the visual cruft of other languages, and the availability of existing libraries that do just about everything you can think of. I also agree with the OP on the welcoming attitude of the Python community. The fact that Python is used in so many different areas leads to many new learning experiences when talking to other Python developers.

  • pants

    The Pants Build System

    Project mention: Reason to use other Build Tool than Make? | reddit.com/r/golang | 2023-05-19

    Yeah there's definitely some alternatives out there. Pants is another one that has a lot of traction.

  • m2cgen

    Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies

    Project mention: How to use python ML script in tauri? | reddit.com/r/rust | 2023-05-02

    Check out: https://github.com/BayesWitnesses/m2cgen

  • modoboa

    Mail hosting made simple

    Project mention: Self hosted email server | reddit.com/r/selfhosted | 2023-04-27

    modoboa: http://modoboa.org good choice for samll company and teams (support limite Nd quote)

  • django-webpack-loader

    Transparently use webpack with django

    Project mention: Django with React | reddit.com/r/django | 2022-09-05
  • Misago

    Misago is fully featured modern forum application that is fast, scalable and responsive.

    Project mention: PhpBB 3.3.10 | news.ycombinator.com | 2023-02-05

    A shameless self promotion, but for last 10 years or so I've been developing and maintaining my own forum software, Misago:

    https://misago-project.org/

    It's build with Python and React, so obviously not so easy to setup like PHP solutions, but there's also a magic docker setup that you can just git clone to your server and get forum running in minutes.

    But with Misago I am trying to find a sweet spot between "new wave" of forum software and old solutions. So there's plenty of interactivity in the UI that JS provides and there's markdown support, but there's also classic pagination instead of infinite scrolling.

  • flaskr-tdd

    Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript

    Project mention: Why unit test flask app? | reddit.com/r/Python | 2023-02-23
  • youtube

    Code from the Engineer Man YouTube channel. Please do not submit pull requests, they will be ignored/closed. The code in the repo needs to remain as it was in the video. (by engineer-man)

  • ONLYOFFICE

    ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises

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). The latest post mention was on 2023-05-29.

Python JavaScript related posts

Index

What are some of the best open-source JavaScript projects in Python? This list will help you:

Project Stars
1 Redash 23,192
2 Zulip 17,825
3 bokeh 17,602
4 pyscript 16,663
5 tvm 9,759
6 Ajenti 7,107
7 folium 6,249
8 frappe 5,154
9 oppia 5,021
10 Isso 4,798
11 vprof 3,913
12 pywebview 3,560
13 twitter-scraper 3,549
14 websockify 3,452
15 Lenia 3,161
16 Transcrypt 2,709
17 pants 2,673
18 m2cgen 2,544
19 modoboa 2,543
20 django-webpack-loader 2,454
21 Misago 2,326
22 flaskr-tdd 2,246
23 youtube 1,735
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
codium.ai