1 min readJul 27, 2020
Runtime Brython is definitely not performant, unfortunately. You essentially have a transpiler on top of the JS interpreter, which makes it quite slow.
However, looking at ways to transpile beforehand and use the transpiled code at runtime could be better. It's just going to be harder to debug the gibberish JS that the transpiler produces.