Re: [web2py] Is Web2py suitable for my project

2015-01-29 Thread Richard Vézina
:D I know that... Though I am biologist too :) There is biologist that like coding... Richard On Tue, Jan 27, 2015 at 1:53 PM, Eric's Gmail wrote: > Richard, > > The users are biologists and chemists so any sort of “programming” is too > much. > > Eric > > On Jan 27, 2015, at 12:51 PM, Richa

Re: [web2py] Is Web2py suitable for my project

2015-01-29 Thread Eric's Gmail
Richard, The users are biologists and chemists so any sort of “programming” is too much. Eric > On Jan 27, 2015, at 12:51 PM, Richard Vézina > wrote: > > I mean IPython notebook... > > On Tue, Jan 27, 2015 at 1:51 PM, Richard Vézina > wrote: > Eric, > >

Re: [web2py] Is Web2py suitable for my project

2015-01-27 Thread Richard Vézina
I mean IPython notebook... On Tue, Jan 27, 2015 at 1:51 PM, Richard Vézina wrote: > Eric, > > Have you consider IPython? > > It is less appealing then the stack you are talking, but may be a fast > solution that can fill in some of you needs... > > Richard > > On Tue, Jan 27, 2015 at 10:57 AM, E

Re: [web2py] Is Web2py suitable for my project

2015-01-27 Thread Richard Vézina
Eric, Have you consider IPython? It is less appealing then the stack you are talking, but may be a fast solution that can fill in some of you needs... Richard On Tue, Jan 27, 2015 at 10:57 AM, Eric's Gmail wrote: > Richard, > > I think Bokeh and MPLD3 are quite specifically designed to provid

Re: [web2py] Is Web2py suitable for my project

2015-01-27 Thread Eric's Gmail
Richard, I think Bokeh and MPLD3 are quite specifically designed to provide somewhat interactive scientific plots. Brython seems completely different. Eric - Eric > On Jan 27, 2015, at 9:52 AM, Richard Vézina > wrote: > > I will probably try, but not soon... > > I am really currious to k

Re: [web2py] Is Web2py suitable for my project

2015-01-27 Thread Richard Vézina
I will probably try, but not soon... I am really currious to know how it works and can provide that kind of feature, maybe it is similar to Brython (http://www.brython.info/)... Richard On Mon, Jan 26, 2015 at 10:58 AM, Eric wrote: > Richard, > > If you try Bokeh and/or mpld3 please tell me ho

Re: [web2py] Is Web2py suitable for my project

2015-01-26 Thread Eric
Richard, If you try Bokeh and/or mpld3 please tell me how it went. I'll need scientific plots in my application and would welcome any hints on how to accomplish this in Web2py. Eric On Monday, January 26, 2015 at 9:30:48 AM UTC-6, Richard wrote: > > Didn't know bokeh thanks! > > Richard > > On

Re: [web2py] Is Web2py suitable for my project

2015-01-26 Thread Richard Vézina
Didn't know bokeh thanks! Richard On Sun, Jan 25, 2015 at 10:43 PM, Kiran Subbaraman < subbaraman.ki...@gmail.com> wrote: > Eric, > The best option then is for you to try out the "hello-world" example in > web2py. This will give you a good idea as to how to create a minimal web > application, a

Re: [web2py] Is Web2py suitable for my project

2015-01-25 Thread Kiran Subbaraman
Eric, The best option then is for you to try out the "hello-world" example in web2py. This will give you a good idea as to how to create a minimal web application, and also insert your code. You need to start here: http://web2py.com/books/default/chapter/29/03/overview#Say-hello The stuff you a

Re: [web2py] Is Web2py suitable for my project

2015-01-25 Thread Massimo Di Pierro
I would not recommend gluino at this time (even if I wrote it) because it was an experiment it is not clear where it is going. If you want Flask for DAL look into https://github.com/gi0baro/weppy Anyway, web2py, Flask and weppy are all good choices. Web2py offers you the web IDE, the builtin au

Re: [web2py] Is Web2py suitable for my project

2015-01-25 Thread Eric
Kiran, Thanks for the response. I'm extremely new to any sort of web programming. I have a bit of Python experience. Unfortunately the response above was simply above my head. I've written file parsers in Python so I can handle that. I'm confident I can write the algorithms too. What I can't fi

Re: [web2py] Is Web2py suitable for my project

2015-01-25 Thread Kiran Subbaraman
I would use web2py for these requirements, because you get the authentication/authorization, sessions, DAL (for db access) capabilities out of the box. You probably need packages in addition to pydal (for DAL support), on top of Flask to accomplish this. Look at the gluino example to see what I

[web2py] Is Web2py suitable for my project

2015-01-25 Thread Eric
Hi all, I'm new to web2py and have been working my way through the learning materials. I have a specific application and am wondering if web2py is a good choice for a framework or something simpler such as Flask. Specifically I want to create a web application (for an intranet) where a user wo