On Mon, Nov 21, 2011 at 4:00 AM, <[email protected]> wrote:
> Send Dabo-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://leafe.com/mailman/listinfo/dabo-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Dabo-users digest..." > > > Today's Topics: > > 1. Questions and Assunptions (Sayth Renshaw) > 2. Re: Questions and Assunptions (Ed Leafe) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 20 Nov 2011 17:28:01 +1100 > From: Sayth Renshaw <[email protected]> > To: [email protected] > Subject: [dabo-users] Questions and Assunptions > Message-ID: > <can2of00d7lvdbv4y_ehygscs7vppxplpmgrmgxagr8fog4+...@mail.gmail.com > > > Content-Type: text/plain; charset=ISO-8859-1 > > Hi > > Looking to get a little clarification regarding dabo. I have been looking > through the docs and the pycon talk/tutorial. > > A few cards on the table. I have been learning python over the last 2 > months and I have got the basics down but obviously an experienced user by > far. > > As I am looking to create a data centric application I have been reviewing > my options long story short in the python world there seems to be camelot > and dabo and a non python option of Gambas. It's my impression that camelot > would not scale up as well as dabo? That's just an unfounded assumption, am > i wrong? > > Three is a lot of good information on the wiki > http://wiki.dabodev.com/FrontPage but I just need to get a few things > straight in my head. > > External python libraries such as numpy and matplotlib are they usable in a > dabo project? The main focus of my application would be forecasting data > and so presenting reports with a graphical output would be useful, does > dabo directly support this? > > Same focus if to create my report requires > calculating arrays obviously numpy would be good for this using narray, > again supported/unsupported in dabo? > > Kind regards > > Sayth > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > > > ------------------------------ > > Message: 2 > Date: Sun, 20 Nov 2011 09:44:42 -0600 > From: Ed Leafe <[email protected]> > To: Dabo Users list <[email protected]> > Subject: Re: [dabo-users] Questions and Assunptions > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > On Nov 20, 2011, at 12:28 AM, Sayth Renshaw wrote: > > > As I am looking to create a data centric application I have been > reviewing > > my options long story short in the python world there seems to be camelot > > and dabo and a non python option of Gambas. It's my impression that > camelot > > would not scale up as well as dabo? That's just an unfounded assumption, > am > > i wrong? > > I've seen Camelot, but must confess that I know little about it, so > I can't compare its scalability to Dabo's. > > > External python libraries such as numpy and matplotlib are they usable > in a > > dabo project? The main focus of my application would be forecasting data > > and so presenting reports with a graphical output would be useful, does > > dabo directly support this? > > Dabo is Python, so yes, any Python library will work fine. Dabo's > GUI is based on wxPython, and a quick scan of Google shows lots of links > for displaying graphs from matplotlib in wxPython. > > > Same focus if to create my report requires > > calculating arrays obviously numpy would be good for this using narray, > > again supported/unsupported in dabo? > > Since this is simply another Python library, it will work fine. If > your data is coming from a database, you could add any of the logic for > manipulating the data to your business object, which acts as the mediator > between the database and the GUI. > > > > -- Ed Leafe > > > Since this is simply another Python library, it will work fine. If your data is coming from a database, you could add any of the logic for manipulating the data to your > > business object, which acts as the mediator between the database and the GUI. thank you ed I was hoping that was going to be the case. I have been looking at the docs and a few of he screencasts, Dabo seems to have a lot more capability than one might initially expect looking at the site. Kind Regards Sayth --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/CAN2of00=0WGEwaPi56SAMiYoPCizp_jz5T=yht0ezewjdv+...@mail.gmail.com
