On 22-Jun-10 08:03 AM, Jerry Rocteur wrote:
On Tue, Jun 22, 2010 at 9:32 PM, Jerry Rocteur wrote:
If you were able to ask us perhaps a more specific question
and describe your problem a little more concisely perhaps
I (and we) might have a bit more to offer you.
I have a dictionary:
users[key
On Tue, 22 Jun 2010 13:56:43 +0200 (CEST) "Jerry Rocteur"
wrote:
> As part of learning Python, I'm also learning OOP! That is why I want
> to know if this is doable using classes.
Everything[1] is doable using classes. The question is: Do you *need* to
do it with classes? If your problem is best
Jerry Rocteur wrote:
On Tue, Jun 22, 2010 at 9:32 PM, Jerry Rocteur wrote:
If you were able to ask us perhaps a more specific question
and describe your problem a little more concisely perhaps
I (and we) might have a bit more to offer you.
I have a dictionary:
users[key] = {'user'
Jerry Rocteur wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/22/2010 01:32 PM, Jerry Rocteur wrote:
My input is NOT CSV, I used this format to try and make the question shorter.
Although I could create a CSV file,
I'd
like to learn how to code a class to work the way I describ
On 06/22/2010 02:03 PM, Jerry Rocteur wrote:
>> On Tue, Jun 22, 2010 at 9:32 PM, Jerry Rocteur wrote:
>> If you were able to ask us perhaps a more specific question
>> and describe your problem a little more concisely perhaps
>> I (and we) might have a bit more to offer you.
>
> I have a dictiona
On Tue, Jun 22, 2010 at 10:03 PM, Jerry Rocteur wrote:
>> On Tue, Jun 22, 2010 at 9:32 PM, Jerry Rocteur wrote:
>> If you were able to ask us perhaps a more specific question
>> and describe your problem a little more concisely perhaps
>> I (and we) might have a bit more to offer you.
>
> I have
> On Tue, Jun 22, 2010 at 9:32 PM, Jerry Rocteur wrote:
> If you were able to ask us perhaps a more specific question
> and describe your problem a little more concisely perhaps
> I (and we) might have a bit more to offer you.
I have a dictionary:
users[key] = {'user': key,
Jerry Rocteur a écrit :
(snip)
As part of learning Python, I'm also learning OOP! That is why I want to know
if this is doable using classes.
>
The input is not important, I end up with the dictionary as described in the
question and as I asked in the question,
I'd like to access the dictiona
On Tue, Jun 22, 2010 at 10:03 PM, Jerry Rocteur wrote:
> How do I iterate through and access an individual user record!
A much better question! :)
You are in fact already demonstrating that you know full
well how to access a specific user record - by accessing
a parent dictionary holding a mappi
On Tue, Jun 22, 2010 at 9:56 PM, Jerry Rocteur wrote:
> As part of learning Python, I'm also learning OOP! That is why I want to know
> if this is doable using classes.
>
> The input is not important, I end up with the dictionary as described in the
> question and as I asked in the question,
> I
> On Tue, Jun 22, 2010 at 9:32 PM, Jerry Rocteur wrote:
> If you were able to ask us perhaps a more specific question
> and describe your problem a little more concisely perhaps
> I (and we) might have a bit more to offer you.
I have a dictionary:
users[key] = {'user': key,
> On Tue, Jun 22, 2010 at 9:32 PM, Jerry Rocteur wrote:
> If you were able to ask us perhaps a more specific question
> and describe your problem a little more concisely perhaps
> I (and we) might have a bit more to offer you.
I have a dictionary:
users[key] = {'user': key,
> On Tue, Jun 22, 2010 at 9:32 PM, Jerry Rocteur wrote:
> If you were able to ask us perhaps a more specific question
> and describe your problem a little more concisely perhaps
> I (and we) might have a bit more to offer you.
I have a dictionary:
users[key] = {'user': key,
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 06/22/2010 01:32 PM, Jerry Rocteur wrote:
>> My input is NOT CSV, I used this format to try and make the question
>> shorter. Although I could create a CSV file,
>> I'd
>> like to learn how to code a class to work the way I described in the
On Tue, Jun 22, 2010 at 9:32 PM, Jerry Rocteur wrote:
> My input is NOT CSV, I used this format to try and make the question shorter.
> Although I could create a CSV file, I'd
> like to learn how to code a class to work the way I described in the question.
Your input certainly looks CSV-ish to m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/22/2010 01:32 PM, Jerry Rocteur wrote:
> My input is NOT CSV, I used this format to try and make the question shorter.
> Although I could create a CSV file, I'd
> like to learn how to code a class to work the way I described in the question.
So
> On 06/22/2010 12:05 PM, Jerry Rocteur wrote:
>> Sorry for the long mail but I've been searching the web for days for how to
>> do this.. I see that possibilities using
>> shelve or pickle but I don't want to do this (The source of the data changes
>> constantly)
>
> You might be interested in t
On 06/22/2010 12:05 PM, Jerry Rocteur wrote:
> Sorry for the long mail but I've been searching the web for days for how to
> do this.. I see that possibilities using
> shelve or pickle but I don't want to do this (The source of the data changes
> constantly)
You might be interested in the csv mo
Hi,
Sorry for the long mail but I've been searching the web for days for how to do
this.. I see that possibilities using
shelve or pickle but I don't want to do this (The source of the data changes
constantly)
I'm learning Python and very much a beginner with Classes.
I have data like this: (h
19 matches
Mail list logo