[Tutor] data question

Roelof Wobben rwobben at hotmail.com
Sat Oct 2 15:10:03 CEST 2010




----------------------------------------
> From: rwobben at hotmail.com
> To: bermanrl at cfl.rr.com
> Subject: RE: [Tutor] data question
> Date: Sat, 2 Oct 2010 13:09:23 +0000
>
>
>
>
> ----------------------------------------
>> From: bermanrl at cfl.rr.com
>> To: rwobben at hotmail.com; tutor at python.org
>> Subject: RE: [Tutor] data question
>> Date: Sat, 2 Oct 2010 09:02:41 -0400
>>
>>
>>
>>> -----Original Message-----
>>> From: tutor-bounces+bermanrl=cfl.rr.com at python.org [mailto:tutor-
>>> bounces+bermanrl=cfl.rr.com at python.org] On Behalf Of Roelof Wobben
>>> Sent: Saturday, October 02, 2010 4:35 AM
>>> To: tutor at 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 at 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 		 	   		  


More information about the Tutor mailing list