I wouldn't hold your breath, that link is four years old. Why do you want it? Do you specifically need Python? If it is for dynamic scripting then you can use my BasicLib interpreter library from my BasicIDE package and use a language closer to B4X.
Here we have (yet) another updated version of BasicIDE Suite, my on device development environment. Basic IDE Suite has three components. BasicIDE An on-device development environment which uses the BasicLib B4A library to provide the language interpreter for the IDE. This latest version has...
www.b4x.com
Hi agraham. Thanks for your advice!
Recently I saw an end-to-end speech synthesis engine that uses artificial intelligence, and the effect is very good, very close to human voice. But both the preprocessing of the text and the vocoder are implemented in Python. Artificial intelligence is a big trend, and if B4X can support Python, it will achieve more powerful functions. I just discovered Brython on Github, similar to js, to be able to make Python run on the browser, maybe it's a good idea, but I haven't tested it on webview.