On Wed, Sep 9, 2009 at 2:51 PM, Noynoy <lowiew...@gmail.com> wrote:

>
> Hi,
>
> I am a newbie on web application development.
> I want to create a website using web2py where I will upload a file
> which contains integer measurements and the web application will
> perform some statistical operations.
>
> I have read the documentation but still feel at a lost as to how to
> start with my project.
>

prototype - suggest you start by establishing the basic data you want;
You can create the table definitions in the admin interface, and then load
them with some test data from csv files in the admin interface.

Then add controllers to do some sample statistical operations, and show
those operations in the default views.

Then you can add input pages (for data input), and output formatting (e.g.
graphs, etc.).

Repeat until you have all that you want! ;-)


>
> Can someone point me to the right direction?
>
> If there are sample codes on how to upload and read csv file using
> web2py, it will be very much appreciated.
>
> Thank you.
>
> Noynoy
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to