best text editor for programming Python on a Mac

2016-06-18 Thread drednot57
My go to python editor is Dr. Python.  Coded in Python with the wxPython GUI 
library, but I use Linux.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: len() should always return something

2009-07-26 Thread drednot57
To the best of my recollection, the len() function only applies to
container objects; i. e. tuples, lists, strings, etc.  an integer
object is not a container, thus one receives an error when sending an
int as an argument for len().
-- 
http://mail.python.org/mailman/listinfo/python-list