Re: [Tutor] Help....

2017-08-17 Thread Alan Gauld via Tutor
On 17/08/17 14:17, edmundo pierre via Tutor wrote: > I am trying to write a code to solve a system of equation at 2 variables. > I used Tkinter to do it. More significantly you used numpy to do it and that seems to be where the issues lie, not in Tkinter. Numpy is part of SciPy which has a

Re: [Tutor] Tutor Digest, Vol 162, Issue 42

2017-08-17 Thread Alan Gauld via Tutor
On 17/08/17 12:43, Howard Lawrence wrote: > On Aug 17, 2017 3:17 AM, wrote: ... > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Tutor digest..." Please follow the instructions. Change the subject line. And don't post the

Re: [Tutor] (no subject)

2017-08-17 Thread Mats Wichmann
On 08/17/2017 05:45 AM, Howard Lawrence wrote: > Yes, it does. > > On Aug 16, 2017 8:02 PM, "Zachary Ware" > wrote: > > Hi Howard, > > On Wed, Aug 16, 2017 at 5:36 PM, Howard Lawrence <1019sh...@gmail.com> > wrote: >> class Address: >> def

Re: [Tutor] (no subject)

2017-08-17 Thread Howard Lawrence
Yes, it does. On Aug 16, 2017 8:02 PM, "Zachary Ware" wrote: Hi Howard, On Wed, Aug 16, 2017 at 5:36 PM, Howard Lawrence <1019sh...@gmail.com> wrote: > class Address: > def _init_(self,Hs,St,Town,Zip): Your issue is in this line, it should be `__init__`

[Tutor] Help....

2017-08-17 Thread edmundo pierre via Tutor
I am trying to write a code to solve a system of equation at 2 variables. I used Tkinter to do it. I disigned everything, but I am just stocked when it comes to display the answer on the screen.  That is the error I am having:    Exception in Tkinter callbackTraceback (most recent call last): 

Re: [Tutor] Tutor Digest, Vol 162, Issue 42

2017-08-17 Thread Howard Lawrence
On Aug 17, 2017 3:17 AM, wrote: Send Tutor mailing list submissions to tutor@python.org To subscribe or unsubscribe via the World Wide Web, visit https://mail.python.org/mailman/listinfo/tutor or, via email, send a message with subject or body 'help' to

Re: [Tutor] Long post: Request comments on starting code and test code on chess rating project.

2017-08-17 Thread Neil Cerutti
On 2017-08-16, boB Stepp wrote: > On Tue, Aug 15, 2017 at 12:29 PM, Alan Gauld via Tutor > wrote: >> On 15/08/17 15:09, Neil Cerutti wrote: There are a variety of reports that I would like to be able to print to screen or paper. Things such as

Re: [Tutor] "Path tree"

2017-08-17 Thread Michael C
Ok, I will work with all these. Thx all! On Aug 16, 2017 20:22, "Abdur-Rahmaan Janhangeer" wrote: > in addition to the answers i'd say now you have the motivation to learn > python data structures and algorithms > >

Re: [Tutor] "Path tree"

2017-08-17 Thread Abdur-Rahmaan Janhangeer
in addition to the answers i'd say now you have the motivation to learn python data structures and algorithms http://interactivepython.org/runestone/static/pythonds/index.html barnum and miller it is free though i have not found a good pdf book form from where to download, but you have the site