"Fetchinson ." writes:
> So what's the future proof way of writing/deploying/installing python
> programs on android?
Kivy is it I believe. I've meant to look into it but haven't gotten
around to it...
--
https://mail.python.org/mailman/listinfo/python-list
On 12/26/14, iMath wrote:
> 在 2014年12月25日星期四UTC+8下午11时31分24秒,Fetchinson .写道:
>> Hi all,
>>
>> I was using sl4a for quite some time on android and it basically
>> worked very well although some features are missing. It looks like
>> sl4a is dead, although I could be wrong. Does anyone knowledgeable
在 2014年12月25日星期四UTC+8下午11时31分24秒,Fetchinson .写道:
> Hi all,
>
> I was using sl4a for quite some time on android and it basically
> worked very well although some features are missing. It looks like
> sl4a is dead, although I could be wrong. Does anyone knowledgeable
> have any further info on the f
On Fri, Dec 26, 2014 at 8:42 PM, Fetchinson . wrote:
> The best would of course be if the
> core developer team of python would bless an android distribution and
> keep it up to date just as with the linux/windows/macos python
> distribution. I don't know if that will happen though.
That would re
On 12/26/14, Steven D'Aprano wrote:
> Fetchinson . wrote:
>
>> Guido is still working at google, right?
>
>
> No. Google is still using Python for lots of things, but Guido is now
> working for Dropbox.
>
> https://www.python.org/~guido/
Thanks, I missed the transition. The best would of course b
Fetchinson . wrote:
> Guido is still working at google, right?
No. Google is still using Python for lots of things, but Guido is now
working for Dropbox.
https://www.python.org/~guido/
--
Steven
--
https://mail.python.org/mailman/listinfo/python-list
On 12/25/14, Billy Earney wrote:
> try kivy, instead of sl4a http://kivy.org/
>
> I believe in the past year or two, the python foundation gave a grant to
> kivy to add further functionality..
Thanks, I didn't know about kivy but it looks quite nice, will give it a try!
Hopefully it will be aroun
try kivy, instead of sl4a http://kivy.org/
I believe in the past year or two, the python foundation gave a grant to
kivy to add further functionality..
According to wikipedia http://en.wikipedia.org/wiki/Guido_van_Rossum Guido
works for dropbox.
Billy
On Thu, Dec 25, 2014 at 9:31 AM, Fetchinso