Where is 'palindrome' defined?

David Palao dpalao.python at gmail.com
Mon Jun 1 05:41:49 EDT 2015


2015-06-01 11:21 GMT+02:00 Marko Rauhamaa <marko at pacujo.net>:
> David Palao <dpalao.python at gmail.com>:
>
>> Because "palindrome" != "parlindrome"?
>> Have you read the error message? Did you try to understand it?
>
> When you are starting with any new thing, even the simplest problems
> look baffling. Once you have achieved a few successes, such error
> messages start to make sense.
>

I didn't intend to be harsh. Sorry if I failed.
Anyway, for me the errors provided by python are mostly very useful.
When I forget to read them, or I'm simply too impatient to try to
understand them, I use to get very hard debugging sessions. The
contrary is often true.
What I tried to emphasize is the importance of paying careful
attention to the error messages. It is a good habit to start doing
this from the beginning.

Best



More information about the Python-list mailing list