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 ded
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 entire digest, it's hard to fi
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 _init_(self,Hs,St,Town,Zip):
>
> Your issue is
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__` rather than
`_init_` (that is, t
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): F
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
tutor-requ...@pyth
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 a "Top x List"
of rated players, full
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
>
> http://interactivepython.org/runestone/static/pythonds/index.html
>
> barnum and
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