"Marco Rompré" <marcodrom...@gmail.com> 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 managing relationships is pretty
much what they do... If you have to do it from scratch using Python
only then it a much more challenging task.

How much Python do you know?
How much of any programming language do you know?
How much about relational algebra do you know?

Also, I need to create an application with screens to add, modify, and
delete the data of the model.

This is the easy bit. Either using web or windows techniques.
Which OS are you using?

Can someone know where I can find the information that would help me to
successfully complete my assignment????

For the theory asp[ect Wikipedia is a good start.
For Python try both python.org and Activestate.com

HTH,

--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/

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

Reply via email to