From david at boddie.org.uk Mon Jan 8 07:00:39 2018 From: david at boddie.org.uk (David Boddie) Date: Mon, 08 Jan 2018 13:00:39 +0100 Subject: [Mobile-sig] Python Wiki Android page Message-ID: <3950646.QZxBmXxPOV@aurora> I noticed that the Android page has seen some recent work to summarize the Python solutions available: https://wiki.python.org/moin/Android Can anyone think of other solutions that should be added to that page? David From luciano at ramalho.org Mon Jan 8 07:42:20 2018 From: luciano at ramalho.org (Luciano Ramalho) Date: Mon, 8 Jan 2018 10:42:20 -0200 Subject: [Mobile-sig] Python Wiki Android page In-Reply-To: <3950646.QZxBmXxPOV@aurora> References: <3950646.QZxBmXxPOV@aurora> Message-ID: BeeWare [1] also targets Android, and recently I've seen more movement around BeeWare than those other projects mentioned. [1] https://pybee.org/ But I haven't studied BeeWare yet, so I am not up to the task of adding it to that page. Best, Luciano On Mon, Jan 8, 2018 at 10:00 AM, David Boddie wrote: > I noticed that the Android page has seen some recent work to summarize the > Python solutions available: > > https://wiki.python.org/moin/Android > > Can anyone think of other solutions that should be added to that page? > > David > _______________________________________________ > Mobile-sig mailing list > Mobile-sig at python.org > https://mail.python.org/mailman/listinfo/mobile-sig -- Luciano Ramalho | Author of Fluent Python (O'Reilly, 2015) | http://shop.oreilly.com/product/0636920032519.do | Technical Principal at ThoughtWorks | Twitter: @ramalhoorg From russell at keith-magee.com Mon Jan 8 18:53:44 2018 From: russell at keith-magee.com (Russell Keith-Magee) Date: Tue, 9 Jan 2018 07:53:44 +0800 Subject: [Mobile-sig] Python Wiki Android page In-Reply-To: References: <3950646.QZxBmXxPOV@aurora> Message-ID: I tried to log in and update the table, but the login page kept failing with ?Invalid username or password?. Given that I?d just created the account and saved the credentials in LastPass, I?m guessing there?s something going on with the backend. If someone who is already logged in cares to update the page: [BeeWare](https://beeware .org) is a collection of tools for building native user interfaces. Python Versions: Python 3.4+ Open Source: Yes Google Play links: None APIs: User interface: Native Android Other Android APIs: All. Java to Python integration: Yes 3rd party Libraries: Pure Python, plus any Java library Build: Standalone Android APK: Yes iOS: Yes Desktop OSs: Yes The note at the bottom of the page about porting Jython can also be amended: Android support in BeeWare is achieved using VOC, a tool that compiles Python source code to Java class files. This allows Python code to be executed as a native binary on the JVM. > On 8 Jan 2018, at 8:42 pm, Luciano Ramalho wrote: > > BeeWare [1] also targets Android, and recently I've seen more movement > around BeeWare than those other projects mentioned. > > [1] https://pybee.org/ > > > But I haven't studied BeeWare yet, so I am not up to the task of > adding it to that page. > > > Best, > > Luciano > > On Mon, Jan 8, 2018 at 10:00 AM, David Boddie wrote: >> I noticed that the Android page has seen some recent work to summarize the >> Python solutions available: >> >> https://wiki.python.org/moin/Android >> >> Can anyone think of other solutions that should be added to that page? >> >> David >> _______________________________________________ >> Mobile-sig mailing list >> Mobile-sig at python.org >> https://mail.python.org/mailman/listinfo/mobile-sig > > > > -- > Luciano Ramalho > | Author of Fluent Python (O'Reilly, 2015) > | http://shop.oreilly.com/product/0636920032519.do > | Technical Principal at ThoughtWorks > | Twitter: @ramalhoorg > _______________________________________________ > Mobile-sig mailing list > Mobile-sig at python.org > https://mail.python.org/mailman/listinfo/mobile-sig -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at boddie.org.uk Mon Jan 8 19:49:00 2018 From: david at boddie.org.uk (David Boddie) Date: Tue, 09 Jan 2018 01:49 +0100 Subject: [Mobile-sig] Python Wiki Android page In-Reply-To: References: <3950646.QZxBmXxPOV@aurora> Message-ID: <3682557.QHsfM9sZPD@aurora> On Tuesday 9. January 2018 07.53.44 Russell Keith-Magee wrote: > I tried to log in and update the table, but the login page kept failing with > ?Invalid username or password?. Given that I?d just created the account and > saved the credentials in LastPass, I?m guessing there?s something going on > with the backend. I didn't have a problem logging in, but I already had an account and Wiki editing privileges. You may need to ask on the pydotorg-www mailing list to get those: https://mail.python.org/mailman/listinfo/pydotorg-www If I recall correctly, that procedure was introduced to prevent drive-by spamming in the absence of a useable captcha/TextCHA validation step. > If someone who is already logged in cares to update the page: 'Tis done! David From david at boddie.org.uk Fri Jan 12 10:25:53 2018 From: david at boddie.org.uk (David Boddie) Date: Fri, 12 Jan 2018 16:25:53 +0100 Subject: [Mobile-sig] Python Wiki Android page In-Reply-To: <3682557.QHsfM9sZPD@aurora> References: <3950646.QZxBmXxPOV@aurora> <3682557.QHsfM9sZPD@aurora> Message-ID: <1889912.k9FOEGxS0x@aurora> I added pyqtdeploy to the page and sorted the table: https://wiki.python.org/moin/Android If anyone things of another Python framework that can go there, just let me know and I'll add it. David