Re: [BangPypers] python framework for android

2012-01-10 Thread Saager Mhatre
On Tue, Jan 10, 2012 at 7:43 AM, Anand Chitipothu wrote: > 2012/1/4 Navin Kabra > > > On Wed, Jan 4, 2012 at 11:37 AM, Kenneth Gonsalves > > wrote: > > > can anyone recommend a python framework for android? > > > > Negative vote for SL4A (previously known as ASE - Android Scripting > > Environme

Re: [BangPypers] python framework for android

2012-01-09 Thread Noufal Ibrahim
kracekumar ramaraju 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 (the standard Ruby

Re: [BangPypers] python framework for android

2012-01-09 Thread kracekumar ramaraju
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. > 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 o

Re: [BangPypers] python framework for android

2012-01-09 Thread Senthil Kumaran
On Tue, Jan 10, 2012 at 10:13 AM, Anand Chitipothu 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 of class/libraries.

Re: [BangPypers] python framework for android

2012-01-09 Thread Anand Chitipothu
2012/1/4 Navin Kabra > On Wed, Jan 4, 2012 at 11:37 AM, Kenneth Gonsalves > 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 goo

Re: [BangPypers] python framework for android

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

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 > 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 Gonsalves __

Re: [BangPypers] python framework for android

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

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) http://cod

Re: [BangPypers] python framework for android

2012-01-03 Thread Ramakrishna Reddy
On Wed, Jan 4, 2012 at 11:37 AM, Kenneth Gonsalves 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 host it off the

Re: [BangPypers] python framework for android

2012-01-03 Thread Navin Kabra
On Wed, Jan 4, 2012 at 11:37 AM, Kenneth Gonsalves 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 - quick scripts f

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 using

[BangPypers] python framework for android

2012-01-03 Thread Kenneth Gonsalves
hi, can anyone recommend a python framework for android? -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers