Android Question Python on Android?

aeric

Expert
Licensed User
Longtime User
Like this?
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
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.
 
Upvote 0

watesoft

Active Member
Licensed User
Longtime User
Like this?
Yes, similar to this effect. But I found prython on Github, similar to js, a little better than cpython.
 
Upvote 0

watesoft

Active Member
Licensed User
Longtime User
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.
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.
 
Upvote 0
Top