[web2py] web2py for a library of json files

2014-02-27 Thread Thomas S
Dear all, I have made some simple experiments with web2py in the past and I have now the following problem: Given a bunch of n (n approx. 100) json files. Each json files defines an experiment. Using reflection it's enough to start the experiment with myLibrary.run(jsonFilename). Those files ar

[web2py] showing some help when making an entry to db

2013-10-23 Thread Thomas S
Hi, in my application the user has to specify a Datetime format the parser is using following the guidelines hhere http://docs.python.org/2/library/datetime.html#strftime-strptime-behavior Rather than offering just an empty field I would like to point the user to this page. What's an elegant sol

Re: [web2py] Re: Writing a time series monitor, pandas, matplotlib, highcharts...

2013-10-22 Thread Thomas S
Java once in a while Thomas On Tuesday, 22 October 2013 16:06:59 UTC+2, Richard wrote: > > There is also : http://d3js.org/ > > :) > > Richard > > > On Tue, Oct 22, 2013 at 10:04 AM, Richard Vézina > > > wrote: > >> request.application ?? &

Re: [web2py] Re: Writing a time series monitor, pandas, matplotlib, highcharts...

2013-10-22 Thread Thomas S
exy... > > Richard > > > On Tue, Oct 22, 2013 at 6:54 AM, Cliff Kachinske > > > wrote: > >> use the rows field in auth_permission as described here. >> >> http://web2py.com/books/default/chapter/29/09/access-control#Authorization >> >> >>

[web2py] Re: Writing a time series monitor, pandas, matplotlib, highcharts...

2013-10-22 Thread Thomas S
querying a db > if the returning json object is , let's say, 10 mb, it's always gonna feel > heavy. > > On Sunday, October 20, 2013 9:11:07 AM UTC+2, Thomas S wrote: >> >> >> Hi, >> >> I have created a standard application relying on Pandas an