<[EMAIL PROTECTED]> wrote

>>> And I thought I might get away without using dicts...
>>
>> Why would you want to? Dicts are one of the most
>> powerful data structures around.

> Well, I know about dicts, however I want to go forward step by step 
> in
> learning - once I feel really comfortable with functions,
> object-orientation aso., I'll certainly look into them again. 
> Besides, I
> _do_ use them sometimes :)

Fine, but I would seriously consider learning dicts as a prioritry.
Certainly way higher that learning OOP. In fact being comfortable
with dictionaries will make understanding OOP much easier
since a class is really just a special type of dictionary!.

Alan G. 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to