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