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