[pydotorg-www] Python on Android wiki page

2023-08-17 Thread Dmitry Kazakov
Hello, I have found a promising project which allows to integrate python code on Android and would like to extend your wiki page to share it with wider audience. A wiki page is: https://wiki.python.org/moin/Android A project is: https://www.jython.org/ Because non-authorised users can not do th

Re: [pydotorg-www] Python on Android wiki page

2023-08-17 Thread Marc-Andre Lemburg
Hi Dmitry, please send us your wiki user name. We can then make you editor and you can then make the needed changes. Thanks. On 17.08.2023 13:48, Dmitry Kazakov wrote: Hello, I have found a promising project which allows to integrate python code on Android and would like to extend your wik

Re: [pydotorg-www] Python on Android wiki page

2023-08-17 Thread Mats Wichmann
On 8/17/23 05:48, Dmitry Kazakov wrote: Hello, I have found a promising project which allows to integrate python code on Android and would like to extend your wiki page to share it with wider audience. A wiki page is: https://wiki.python.org/moin/Android

Re: [pydotorg-www] Python on Android wiki page

2023-08-17 Thread Dmitry Kazakov
Thank you, Mats. I decided to contribute to wiki because I did some research on this topic and python wiki looks the most complete one except of this project. If community doesn't consider it as worthy to try and avoid it too. The best tool for my aim is chaquopy, I am exploring it passed an hour.

Re: [pydotorg-www] Python on Android wiki page

2023-08-17 Thread Marc-Andre Lemburg
To add to what Mats already mentioned: There are currently at least three efforts for getting better Python support on mobiles: - PyScript which runs Python in a browser, so you can use a web view to host it inside an application. This does run some data science code, but I'm not sure how fa

Re: [pydotorg-www] Python on Android wiki page

2023-08-17 Thread Dmitry Kazakov
Thank you, Marc-Andre. I looked at Kivy early today and it seems to be for fully python apps on Android instead of integration with Android kotlin/java code. I still exploring possibilities of chaquopy , so far it looks the most promising one. Kind regards, Dmi