Re: Python program to phone?

2019-02-08 Thread Mario R. Osorio
t? >> Is it exclusively java? >> >> = >> Footnote: >> Zamboni locks up after running into large patch of loose teeth. >> >> -Original Message----- >> From: Python-list On >> Behalf Of Mario R. Osorio >> Sent:

Re: Python program to phone?

2019-02-08 Thread Mario R. Osorio
up after running into large patch of loose teeth. > > -Original Message- > From: Python-list On > Behalf Of Mario R. Osorio > Sent: Tuesday, February 5, 2019 8:58 AM > To: python-list@python.org > Subject: Re: Python program to phone? > > > Hi there Steve. Did

Re: Python program to phone?

2019-02-07 Thread Michael Torrie
On 02/07/2019 09:00 PM, Steve wrote: > BeeWare looks as if it requires Java, does it? > Is it exclusively java? Kind of. You do your coding in Python, then that's compiled to python byte code, which is then translated to Java byte code. You'll need the Android SDK, even if you're not using Java

RE: Python program to phone?

2019-02-07 Thread Steve
@python.org Subject: Re: Python program to phone? Hi there Steve. Did you check BeeWare? (https://pybee.org/) -- https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list

Re: Python program to phone?

2019-02-07 Thread Jack Dangler
On 2/4/19 3:20 PM, Steve wrote: I have written my first python program (600 lines!) to help control my blood sugar and it has been so successful that my A1c dropped form 9.3 to an impressive 6.4. It will be much more useful if I had it on my phone. (MotoG, Android) The .py file reads/writes

Re: Python program to phone?

2019-02-06 Thread Alister via Python-list
On Mon, 04 Feb 2019 15:20:58 -0500, Steve wrote: > I have written my first python program (600 lines!) to help control my > blood sugar and it has been so successful that my A1c dropped form 9.3 > to an impressive 6.4. It will be much more useful if I had it on my > phone. (MotoG, Android) The

Re: Python program to phone?

2019-02-05 Thread Mario R. Osorio
Hi there Steve. Did you check BeeWare? (https://pybee.org/) -- https://mail.python.org/mailman/listinfo/python-list

Re: Python program to phone?

2019-02-05 Thread Rhodri James
On 04/02/2019 23:12, Chris Roy-Smith wrote: On 5/2/19 7:20 am, Steve wrote: P.S.  Yes, I tried to post this about two weeks ago but could not seem to respond to the replies I received.  I could contact one or two individuals but apparently not the masses.  How do I find out how this list

Re: Python program to phone?

2019-02-05 Thread Abdur-Rahmaan Janhangeer
see pydroid and qpython on play store.2 Abdur-Rahmaan Janhangeer http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: Python program to phone?

2019-02-04 Thread Chris Roy-Smith
On 5/2/19 7:20 am, Steve wrote: I have written my first python program (600 lines!) to help control my blood sugar and it has been so successful that my A1c dropped form 9.3 to an impressive 6.4. It will be much more useful if I had it on my phone. (MotoG, Android) The .py file reads/writes to

Python program to phone?

2019-02-04 Thread Steve
I have written my first python program (600 lines!) to help control my blood sugar and it has been so successful that my A1c dropped form 9.3 to an impressive 6.4. It will be much more useful if I had it on my phone. (MotoG, Android) The .py file reads/writes to two txt files. About a year