Re: [Tutor] Need some info

2010-04-21 Thread Alan Gauld
"Marco Rompré" wrote Hi! in my programming course at university, I need to create a python model with 2 concepts in a one towards many relation each of them having 2-3 properties. Are you allowed to use a relational database as part of the solution? That would simplify things because manag

Re: [Tutor] Need some info

2010-04-20 Thread Wayne Werner
On Tue, Apr 20, 2010 at 9:37 PM, Marco Rompré wrote: > Hi! in my programming course at university, I need to create a python model > with 2 concepts in a one towards many relation each of them having 2-3 > properties. > > Also, I need to create an application with screens to add, modify, and > d

[Tutor] Need some info

2010-04-20 Thread Marco Rompré
Hi! in my programming course at university, I need to create a python model with 2 concepts in a one towards many relation each of them having 2-3 properties. Also, I need to create an application with screens to add, modify, and delete the data of the model. Can someone know where I can find t