Running a python script from a website

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • webtransport

    WebTransport (by guest271314)

  • You can use WebTransport in the browser (Chromium; Chrome) to run arbitrary Python (or other language the OS supports), e.g., see https://github.com/guest271314/webtransport.

  • native-messaging-mkvmerge

    Merge Matroska and WebM files using Native Messaging, mkvmerge, JavaScript

  • Aside from WebTransport, it is also possible to run arbitrary locally hosted code using Native Messaging https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging, e.g., see https://github.com/guest271314/native-messaging-mkvmerge.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • samples

    A repo containing samples tied to new functionality in each release of Google Chrome. (by GoogleChrome)

  • Technically WebTransport https://github.com/GoogleChrome/samples/tree/gh-pages/webtransport provides a means to run code (using aioquic in Python) on local machine requested from any site where CSP does not block the request.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JavaScript Standard Input/Output: Unspecified

    7 projects | /r/learnjavascript | 17 Nov 2023
  • Full-duplex streaming with fetch() to and from the browser using Native Messaging

    1 project | /r/javascript | 3 Nov 2023
  • Have we reached a point of no return on managing software dependencies?

    1 project | /r/programming | 9 Jul 2023
  • Deno should target the browser officially

    6 projects | /r/Deno | 5 Jul 2023
  • Streaming speech synthesis output to the browser using Bash with GNU head and Native Messaging

    1 project | /r/linux | 4 Jul 2023