Re: [BangPypers] python framework for android

2012-01-10 Thread Saager Mhatre
On Tue, Jan 10, 2012 at 7:43 AM, Anand Chitipothu anandol...@gmail.comwrote: 2012/1/4 Navin Kabra navin.ka...@gmail.com On Wed, Jan 4, 2012 at 11:37 AM, Kenneth Gonsalves law...@gmail.com wrote: can anyone recommend a python framework for android? Negative vote for SL4A (previously

Re: [BangPypers] python framework for android

2012-01-09 Thread Dhananjay Nene
On Wed, Jan 4, 2012 at 12:25 PM, Kenneth Gonsalves law...@gmail.com wrote: On Wed, 2012-01-04 at 14:24 +0800, Senthil Kumaran wrote: On Wed, Jan 4, 2012 at 2:18 PM, Kenneth Gonsalves law...@gmail.com wrote: am looking at kivy right now Looks neat. I would like to try that one too.

Re: [BangPypers] python framework for android

2012-01-09 Thread Anand Chitipothu
2012/1/4 Navin Kabra navin.ka...@gmail.com On Wed, Jan 4, 2012 at 11:37 AM, Kenneth Gonsalves law...@gmail.com wrote: can anyone recommend a python framework for android? Negative vote for SL4A (previously known as ASE - Android Scripting Environment). I have played with it, and I think it

Re: [BangPypers] python framework for android

2012-01-09 Thread Senthil Kumaran
On Tue, Jan 10, 2012 at 10:13 AM, Anand Chitipothu anandol...@gmail.com wrote: If it has Java, why not use write the apps in Python using Jython? I recollect that for using Jython for mobiles where j2me was previously suitable is not possible because jython does not work well with j2me kind

Re: [BangPypers] python framework for android

2012-01-09 Thread Noufal Ibrahim
kracekumar ramaraju kracethekingma...@gmail.com writes: Hi If it has Java, why not use write the apps in Python using Jython? Frankly speaking Jython isn't that extensively used as JRuby. [...] Probably because CPython has *much* 3rd party libraries (and batteries) than does MRI/YARV

Re: [BangPypers] python framework for android

2012-01-03 Thread Senthil Kumaran
You can use django and fireup the browser in android to do the requests. :) Apart from that, there is android-scripting application (not a framework) http://code.google.com/p/android-scripting/, where in your restricted python scripts can be made to execute But that is far less featured than

Re: [BangPypers] python framework for android

2012-01-03 Thread Navin Kabra
On Wed, Jan 4, 2012 at 11:37 AM, Kenneth Gonsalves law...@gmail.com wrote: can anyone recommend a python framework for android? Negative vote for SL4A (previously known as ASE - Android Scripting Environment). I have played with it, and I think it is largely a toy - it is good for personal use -

Re: [BangPypers] python framework for android

2012-01-03 Thread Ramakrishna Reddy
On Wed, Jan 4, 2012 at 11:37 AM, Kenneth Gonsalves law...@gmail.com wrote: hi, can anyone recommend a python framework for android? You can write python application with a bit of Javascript using the SL4A ( Scripting language for Android) Running a webservice for backend webservices, you can

Re: [BangPypers] python framework for android

2012-01-03 Thread Kenneth Gonsalves
On Wed, 2012-01-04 at 14:13 +0800, Senthil Kumaran wrote: You can use django and fireup the browser in android to do the requests. :) some how I have the feeling that django may be a trifle overkill ;-) Apart from that, there is android-scripting application (not a framework)

Re: [BangPypers] python framework for android

2012-01-03 Thread Senthil Kumaran
On Wed, Jan 4, 2012 at 2:18 PM, Kenneth Gonsalves law...@gmail.com wrote: am looking at kivy right now Looks neat. I would like to try that one too. -- Senthil ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] python framework for android

2012-01-03 Thread Kenneth Gonsalves
On Wed, 2012-01-04 at 14:24 +0800, Senthil Kumaran wrote: On Wed, Jan 4, 2012 at 2:18 PM, Kenneth Gonsalves law...@gmail.com wrote: am looking at kivy right now Looks neat. I would like to try that one too. there was a wonderful talk on it in the last pycon. -- regards Kenneth