Re: [Tutor] Recommended way for end users to run our Python programs?

2018-08-22 Thread Oscar Benjamin
On Fri, 17 Aug 2018 at 09:38, Matthew Polack wrote: > > We're enjoying learning Python in our school...but I have a question > regarding the way the end users should ideally run the software. > > Does this always require Python being installed as a full language on the > end users computer? It's

Re: [Tutor] Recommended way for end users to run our Python programs?

2018-08-19 Thread Abdur-Rahmaan Janhangeer
https://play.google.com/store/apps/details?id=ru.iiec.pydroid3 that one also supports kivy, tkinter on android last time i checked py android support i agree is more than lacking Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ Mauritius On Sun, 19 Aug 2018, 17:01 Alan Gauld, wrote:

Re: [Tutor] Recommended way for end users to run our Python programs?

2018-08-19 Thread Alan Gauld via Tutor
On 19/08/18 12:11, Abdur-Rahmaan Janhangeer wrote: > btw qpython supports sl4a since long > > maybe you meant : "no packaged options" Never heard of sl4a, ... OK I did a search. Its a scripting interface to the Android API that supports Python. It looks interesting, next time I have a spare week

Re: [Tutor] Recommended way for end users to run our Python programs?

2018-08-19 Thread Abdur-Rahmaan Janhangeer
btw qpython supports sl4a since long maybe you meant : "no packaged options" Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ Mauritius On Fri, 17 Aug 2018, 12:50 Alan Gauld via Tutor, wrote: > On 17/08/18 05:40, Matthew Polack wrote: > > > Does this always require Python being

Re: [Tutor] Recommended way for end users to run our Python programs?

2018-08-17 Thread Alan Gauld via Tutor
On 17/08/18 05:40, Matthew Polack wrote: > Does this always require Python being installed as a full language on the > end users computer? No. It does require the Python interpreter plus any modules you write or use(including any modules your modules use...) There are a few tools around that

[Tutor] Recommended way for end users to run our Python programs?

2018-08-17 Thread Matthew Polack
Hi, We're enjoying learning Python in our school...but I have a question regarding the way the end users should ideally run the software. Does this always require Python being installed as a full language on the end users computer? ie. At the moment we install Python...add it to the path in