Hi folks. 

I'm completely new to web2py, having discovered it only this week, so i 
apologize if this question has been ansewered already or if it is too 
basic. 

I'm working a on putting a simple assessment tool on the web, for a 
scientific goal. I have written a dozen of functions that act on a simple 
array(matrix like) of data in numeric values. 

The idea is for the users to be able to access a simple webpage that has an 
array for them to fill with their desired data, select the functions they 
want to compute, and the table and some constants go in to the functions 
wich return the updated table. 

Now, i thought this would be easy but it has been harder than it seemed. 
How can i define an array (of 15*50 for example) that accepts numeric 
values, doesn't need to store them anywhere apart from that session, and 
doesn't need to allow calculation with them as the spreadsheets i've seen? 
I just want to define the website version of an numpy array!

thanks for your help!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to