Hello All,

I am new to this email list as can see from subject, my name is
Christopher.  I am trying to learn how to design a program but I seem not
to find any resource online that will teach how to design the program
before you start programming.

I would like to create a program that will filter a file and put the
information into two database (text based for now)

So how would I start the process of designing such a application?

Also because this is a part of a bigger application that will have many
user interfaces, phone, web, mobile I want to learn how to keep code apart
from UI. For example if a program was created to take a person information
how would that look?  I tried to think of basic process. so in this example
I know the following would need be done:

user would pick option on UI to Add, Update, Delete, if add picked then
grab information from UI as varibles (I am assuming)
then process would check varibles types are correct and existing
then process would either give error or continue to storing the information

So how would one go about designing this module?  Would this be the right
name to call this part of a bigger program?

Thank you for your assistance, please don't mind my writing I am not a good
writer.

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

Reply via email to