On 30/05/15 17:08, Stephen Nelson-Smith wrote:
3.  After you have performed your calculation and made a table, what
     do you do with it?  Email it to members?  Publish it in a
     weekly dead-tree newspaper?  Post it to a website?  What you
     want to do with it once you have it is also very relevant to the
design.


ATM I send an email out, and someone else takes that data and publishes it
on a website.

You showed us sample input but what exactly does the output look like?

In any data based program you should try to separate the
presentation from the processing. So what does the output
data look like(in content terms)? It might seem self evident
to you because you are doing this already but it isn't so
obvious to us.

Once we know what the output data looks like we can decide
how to present it (web table, excel spreadsheet, CSV file,
PDF, whatever...)


--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


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

Reply via email to