Based on our record, Brython should be more popular than Transcrypt. It has been mentiond 45 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
This is a laudable effort, but I'm not a fan of shipping the entire interpreter. I looked around a few weeks ago and found https://transcrypt.org, which compiles your Python script to JS, so size is minimal. It's great for shipping small, internal tools/apps, I love how maintainable they are by all the Python devs, plus they're very fast to load and execute. - Source: Hacker News / over 3 years ago
How is the Python being run by the browser? Several impressive projects bring Python to the browser, such as Brython, Transcrypt, Skulpt, Pyodide. PySketch uses Brython that compiles Python to JavaScript in the browser. You can take a look at this article about technologies and comparisons if you want to learn more. - Source: dev.to / over 3 years ago
I have a Python program that takes user input from the console and shows some results on the console, and I want the user to be able to type stuff into it instead of pre-recorded runs. How do I do that? I'm not really sure. You could have a copy of Python running on the server and have the front-end communicating with it, but you'd have to be sure it's secured -- there are a lot of dangerous Python commands... Source: almost 4 years ago
For web apps: in my experience, there are tools that convert Python into JavaScript or try to make Python run inside a web browser like Brython and Transcrypt. These have been VERY awkward or painfully slow, so I would strongly discourage their use in practical web development. Source: over 4 years ago
A while back, I posted about my initial foray into using Python to develop front-end web applications with React by using the Transcrypt transpiler. Python in the Browser Part of the initial learning process I went through was doing the official React tutorial, but using Python for the code instead of JavaScript. When I did that, I adhered to the structure of the application that was used in the tutorial... - Source: dev.to / almost 5 years ago
Hi HN! Codyssey is a small programming game where you write Python functions to solve minigames. Think pong, flappy bird - the functions serve as a control mechanism for the player. It evolved from an end-of-year activity I made for an introduction to programming class for 9th graders, difficulty has been adjusted obviously. I ran it as a workshop / competition at several conferences, now considering making it... - Source: Hacker News / about 1 month ago
For those exploring, here was one of the best โPython in the browserโ projects I found: https://brython.info/. - Source: Hacker News / about 1 year ago
You can run Python in every web browser using PyScript (https://pyscript.net) or Brython (https://brython.info). - Source: Hacker News / over 1 year ago
On a related note, Brython lets you run Python in the browser through JavaScript. You can even see Python in the HTML with โtext/pythonโ SCRIPT tags. https://brython.info/. - Source: Hacker News / over 1 year ago
For frontend there is Brython. It is a Python interpreter written in JavaScript that allows embedding Python scripts in to HTML much like you would with JavaScript. Source: almost 2 years ago
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
Skulpt - Skulpt is an entirely in-browser implementation of Python.
Pyjs - pyjs is a Rich Internet Application (RIA) Development Platform for both Web and Desktop.
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
JSPython - Python-like syntax interpreter implemented with javascript that runs entirely in the web browser and/or in the NodeJS environment.
Anvil.works - Build seriously powerful web apps with all the flexibility of Python. No web development experience required.