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.
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
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