[EMAIL PROTECTED] wrote:
> Hi all. I've been try to learn ruby for a few months but I'm about
> ready to give up.
Perfection is achieved only on the point of collapse. -- C.N. Parkinson
Welcome to Python , apart from the tutorials whenever time permits do
read this articles .
Why Python :
The stuff on Descriptor.htm was really good .
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
tooper wrote:
> Hello all,
>
> I'm trying to implement a common behavior for some object that can be
> read from a DB or (when out of network) from an XML extract of this DB.
> I've then wrote 2 classes, one reading from XML & the other from the
> DB, both inheritating from a common one where I wan
Chuck Allison says:
After three years of study, I have concluded that Python is about
as simple as a full-powered object-oriented language can get. My inner
programmer just loves it. In a recent interview Scott Meyers was asked
which language he thought would be ideal for introducing programm