Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-17 Thread Palm Tree
On 16 Apr 2017 10:01, "Palm Tree" wrote: Sorry for late reply. We usually organise python challenges. Once we organise a gui calculator challenge. You can view the submissions on my blog here: https://abdurrahmaanjanhangeer.wordpress.com/gui-py-

Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-15 Thread Alex Kleider
On 2017-04-15 01:04, Alan Gauld via Tutor wrote: Finally, if you can find a copy of my recent book "Python Projects" there is a rolling project within that which demonstrates how the same logic code can be used to build a CLI, a GUI and a Web app. [ In fact it goes even further by

Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-15 Thread Sri Kavi
On Wed, Apr 5, 2017 at 12:42 AM, Alan Gauld via Tutor wrote: > On 04/04/17 17:55, Lisa Hasler Waters wrote: > > > A middle school student of mine created a program to calculate simple and > > compound interest. He built it in PyCharm EDU using a Mac running > 10.11.6. > > > >

Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-15 Thread Alan Gauld via Tutor
On 15/04/17 03:38, Alex Kleider wrote: >> Whatever he does he will need to separate his UI from his >> logic - a good programming skill regardless of UI. > > Can anyone suggest a good tutorial that explains exactly what this means > and how to achieve it? > (separate UI from logic I mean.) I

Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-14 Thread Alex Kleider
On 2017-04-04 12:12, Alan Gauld via Tutor wrote: On 04/04/17 17:55, Lisa Hasler Waters wrote: A middle school student of mine created a program to calculate simple and compound interest. He built it in PyCharm EDU using a Mac running 10.11.6. He would like to create a GUI to run this

Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-05 Thread Lisa Hasler Waters
Wonderful! Thank you all so very much for all this invaluable expertise. We have a lot of ways to make this work. We are excited to continue learning so much. Lisa On Tue, Apr 4, 2017 at 8:15 PM, Marc Tompkins wrote: > On Tue, Apr 4, 2017 at 9:55 AM, Lisa Hasler Waters

Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-04 Thread Marc Tompkins
On Tue, Apr 4, 2017 at 9:55 AM, Lisa Hasler Waters wrote: > Hello Tutor, > > A middle school student of mine created a program to calculate simple and > compound interest. He built it in PyCharm EDU using a Mac running 10.11.6. > > He would like to create a GUI to run this

Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-04 Thread Sri Kavi
On Tue, Apr 4, 2017 at 10:25, Lisa Hasler Waters wrote: > Hello Tutor, > > A middle school student of mine created a program to calculate simple and > compound interest. He built it in PyCharm EDU using a Mac running 10.11.6. > > He would like to create a GUI to run this program. Please, can you

Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-04 Thread Alan Gauld via Tutor
On 04/04/17 17:55, Lisa Hasler Waters wrote: > A middle school student of mine created a program to calculate simple and > compound interest. He built it in PyCharm EDU using a Mac running 10.11.6. > > He would like to create a GUI to run this program. Please, can you advise > on how he could

[Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-04 Thread Lisa Hasler Waters
Hello Tutor, A middle school student of mine created a program to calculate simple and compound interest. He built it in PyCharm EDU using a Mac running 10.11.6. He would like to create a GUI to run this program. Please, can you advise on how he could build this? Here is his code: def