JavaScript Python

Open-source JavaScript projects categorized as Python

Top 23 JavaScript Python Projects

  • 30-seconds-of-code

    Short code snippets for all your development needs

    Project mention: 10 Useful GitHub Repos Made for Front-End Developers in 2024 | dev.to | 2024-10-07

    30 Seconds of Code

  • SaaSHub

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

    SaaSHub logo
  • ZeroNet

    ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network

  • social-analyzer

    API, CLI, and Web App for analyzing and finding a person's profile in 1000 social media \ websites

  • pipedream

    Connect APIs, remarkably fast. Free for developers.

    Project mention: Pipe Dreams: The life and times of Yahoo Pipes | news.ycombinator.com | 2023-12-15

    https://github.com/PipedreamHQ/pipedream/issues/954

    No I don’t think so. You probably want n8n if you’re keen on self-hosting.

  • JS-Beautifier

    Beautifier for javascript

    Project mention: How I optimized Carousel for EditorJS 2x in size. | dev.to | 2024-03-29

    Even without tools it looked a bit weird, all files in source without minification costs us 27k, its something not needed inside, and if you unpack it with something like https://beautifier.io/ you will see:

  • Bot Builder SDK

    Bot Framework provides the most comprehensive experience for building conversation applications.

  • Graphite

    A highly scalable real-time graphing system

  • Parsr

    Transforms PDF, Documents and Images into Enriched Structured Data

    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

  • jesse

    An advanced crypto trading bot written in Python

  • Cabot

    Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty

  • learn-to-cloud

    Learn the fundamentals of cloud computing

  • auto-py-to-exe

    Converts .py to .exe using a simple graphical interface

  • py4e

    Web site for www.py4e.com and source to the Python 3.0 textbook

    Project mention: Comprendiendo el uso del Asterisco (`*`) y Doble Asterisco (`**`) en Python | dev.to | 2024-11-09

    Documentación Oficial de Python sobre Funciones Python para Todos - Curso Gratuito Real Python - Unpacking in Python W3Schools - Python Functions (Defining Functions)

  • Twitter-API-v2-sample-code

    Sample code for the Twitter API v2 endpoints

    Project mention: Versioning Your REST API Made Easy: Tips and Tricks | dev.to | 2024-05-14

    Twitter API

  • codecrumbs

    Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.

  • 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) -

    Project mention: The Montreal Problem: Why Programming Languages Need a Style Czar | news.ycombinator.com | 2024-03-15

    Some people's brains just work this way. Here's an example of a somewhat popular and regularly maintained library written in a similar style: https://github.com/enkimute/ganja.js/blob/6e97cb45d780cd7c66...

    Once your learn to recognise the commonalities, you'll see examples everywhere. The most extreme and stereotypical version is the billboards written by some homeless people. You can probably picture it already in your mind's eye: A wall of very dense text with little whitespace or structure, and a mix of fonts and colours seemingly at random.

    I had a brilliant mathematician friend who wrote like this. He would squeeze and entire semester's worth of study notes into a single sheet of paper, on one side. It was impenetrable gibberish to everyone else, but the colours and 2D positioning let him build a mental mind-map.

    For people like this, if you reformat their code even a tiny bit, their mental map is invalidated, and they lose track of it completely and become upset. I discovered this (the hard way) when applying automatic code formatting tools to the codebases I mentioned previously.

    Personally, I find this type of thing to be absolutely fascinating, because it's the intersection of many fields of study, and hence is under-studied. There's elements of pedagogy, psychology, literacy, compute science, etc...

    It's an open question how we can get large groups of neurodiverse humans to collaborate on a codebase when they don't even "read" or "think" in compatible ways!

  • geonode

    GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.

  • pywb

    Core Python Web Archiving Toolkit for replay and recording of web archives

  • Magic Python

    Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!

  • 0bin

    Client side encrypted pastebin

    Project mention: 0bin.net back after CP abuse took it down a year | news.ycombinator.com | 2024-03-11
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).

JavaScript Python discussion

Log in or Post with

JavaScript Python related posts

Index

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

Project Stars
1 30-seconds-of-code 121,933
2 ZeroNet 18,394
3 social-analyzer 11,776
4 pipedream 9,013
5 JS-Beautifier 8,641
6 Bot Builder SDK 7,506
7 Graphite 5,914
8 Parsr 5,860
9 jesse 5,774
10 Cabot 5,591
11 learn-to-cloud 4,583
12 auto-py-to-exe 4,011
13 py4e 2,883
14 Twitter-API-v2-sample-code 2,760
15 codecrumbs 2,705
16 aleph 2,041
17 DeepCamera 1,869
18 birdseye 1,657
19 ganja.js 1,523
20 geonode 1,465
21 pywb 1,417
22 Magic Python 1,411
23 0bin 1,372

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com