----------------------------------------
> From: rwob...@hotmail.com
> To: berma...@cfl.rr.com
> Subject: RE: [Tutor] data question
> Date: Sat, 2 Oct 2010 13:09:23 +0000
>
>
>
>
> ----------------------------------------
>> From: berma...@cfl.rr.com
>> To: rwob...@hotmail.com; tutor@python.org
>> Subject: RE: [Tutor] data question
>> Date: Sat, 2 Oct 2010 09:02:41 -0400
>>
>>
>>
>>> -----Original Message-----
>>> From: tutor-bounces+bermanrl=cfl.rr....@python.org [mailto:tutor-
>>> bounces+bermanrl=cfl.rr....@python.org] On Behalf Of Roelof Wobben
>>> Sent: Saturday, October 02, 2010 4:35 AM
>>> To: tutor@python.org
>>> Subject: [Tutor] data question
>>>
>>>
>>>
>>> Hello,
>>
>>> Now my question is :
>>>
>>> In which datatype can I put this data in.
>>>
>> Perhaps a simple SQLlite database?
>> http://zetcode.com/databases/sqlitetutorial/
>>
>> Hope this helps,
>>
>> Robert
>>
>>
>>
>>> Regards,
>>>
>>> Roelof
>>>
>>> _______________________________________________
>>> Tutor maillist - Tutor@python.org
>>> To unsubscribe or change subscription options:
>>> http://mail.python.org/mailman/listinfo/tutor
>>

Oke,

Oke, there I can save the input data.
But I have also need a data model for team, played_games, game_points, 
made_points and againts_points.
So I think it cannot be done without using a class for games and one for 
ranking.
And figuring out how I can store the game-data in a text or database file.

Roelof                                    
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to