Re: [Tutor] Iterate through dictionary values and remove item

2008-05-17 Thread Ricardo Araoz
Kent Johnson wrote: On Thu, May 15, 2008 at 12:58 PM, GTXY20 <[EMAIL PROTECTED]> wrote: I suspect that I need to get a better handle on the difference between items() and iteritems() and what situations would call for them respectively. items() returns a list, iteritems() returns an iterator.

Re: [Tutor] Is this the right way to create a

2008-06-23 Thread Ricardo Araoz
Kent Johnson wrote: On Sun, Jun 22, 2008 at 3:50 PM, Zameer Manji <[EMAIL PROTECTED]> wrote: I'm quite new to OOP, so forgive me if I am missing something obvious. When you say that the User class should have a UserProfile as an attribute, would it look something like this? from lastfmapi impo

Re: [Tutor] arrays, while loops

2012-02-20 Thread Ricardo Araoz
El 20/02/12 13:42, Dave Angel escribió: > I'm not sure who you are, but you forgot to include the list. > Therefore I'll forward this to the list, and add my comments about > your suggestions. > > On 02/20/2012 11:31 AM, Ricardo Araoz wrote: >> Untest