building a new app

Hey,

I'm building a new application, 25 screens, medium to high complexity. There will be drag and drop functionality on a Gant chart, for example.

I'm new to Python, and have read many rave reviews on its simplicity. I've found otherwise, and haven't found a tool which allows for RAD. Does anyone know of any product or tool that allows for RAD? BOA is as good as i've found, but compared to Visual Studio its still closer to text editing. Sorry if i've offended anyone. :slight_smile:

Riverman

Carl Shannon
Computer Systems Analyst Consultant
Campground Owner - www.bearfalls.com
902-685-3894

There's this:
http://wiki.python.org/moin/IntegratedDevelopmentEnvironments

And add to that wxGlade and some others.

Re: Boa. What version are you using, and on what platform? I haven't
(really) used Visual Studio's designer, but I find Boa a really good
way to go for designing/building GUIs in wxPython. But understanding
working with it makes all the difference! If you have an old version
or are struggling on Linux, these things can be helped.

Che

···

On Fri, Jan 16, 2009 at 3:07 PM, Carl Shannon <cshannon1111@earthlink.net> wrote:

Hey,

I'm building a new application, 25 screens, medium to high complexity. There will be drag and drop functionality on a Gant chart, for example.

I'm new to Python, and have read many rave reviews on its simplicity. I've found otherwise, and haven't found a tool which allows for RAD. Does anyone know of any product or tool that allows for RAD? BOA is as good as i've found, but compared to Visual Studio its still closer to text editing. Sorry if i've offended anyone. :slight_smile:

Python and wxPython are not the same thing. Python deserves all the rave reviews it gets; so does wxPython, but those raves aren’t usually for simplicity per se. I also have occasionally felt nostalgic for the WYSIWYG aspects of Visual Studio, but the underlying language more than makes up for it, IMHO. Lots of people swear by XRCed, but I can’t seem to get into it; once your structure is in place, text editing is not that hard.

If your app is data-driven, maybe Dabo (http://dabodev.com) would be a good fit? I keep meaning to actually try it; from what I’ve seen, it quickly throws up some basic data screens which you can then modify. (I believe that the Dabo guys hang out here; they can give you a better idea…)

···

On Fri, Jan 16, 2009 at 12:07 PM, Carl Shannon cshannon1111@earthlink.net wrote:

Hey,I’m new to Python, and have read many rave reviews on its simplicity. I’ve found otherwise, and haven’t found a tool which allows for RAD. Does anyone know of any product or tool that allows for RAD? BOA is as good as i’ve found, but compared to Visual Studio its still closer to text editing. Sorry if i’ve offended anyone. :slight_smile:

–
www.fsrtechnologies.com

Carl,

I have been using python for last one year for my personal projects and
have missed a complete solution under one roof.

Thanks and Regards,
Mayank Johri
Merrill Lynch & Co.
Ph: 212.670.3076

···

-----Original Message-----
From: wxpython-users-bounces@lists.wxwidgets.org
[mailto:wxpython-users-bounces@lists.wxwidgets.org] On Behalf Of C M
Sent: Friday, January 16, 2009 3:48 PM
To: Carl Shannon; wxpython-users@lists.wxwidgets.org
Subject: Re: [wxpython-users] building a new app

On Fri, Jan 16, 2009 at 3:07 PM, Carl Shannon <cshannon1111@earthlink.net> wrote:

Hey,

I'm building a new application, 25 screens, medium to high complexity.

There will be drag and drop functionality on a Gant chart, for example.

I'm new to Python, and have read many rave reviews on its simplicity.

I've found otherwise, and haven't found a tool which allows for RAD.
Does anyone know of any product or tool that allows for RAD? BOA is as
good as i've found, but compared to Visual Studio its still closer to
text editing. Sorry if i've offended anyone. :slight_smile:

There's this:
http://wiki.python.org/moin/IntegratedDevelopmentEnvironments

And add to that wxGlade and some others.

Re: Boa. What version are you using, and on what platform? I haven't
(really) used Visual Studio's designer, but I find Boa a really good
way to go for designing/building GUIs in wxPython. But understanding
working with it makes all the difference! If you have an old version
or are struggling on Linux, these things can be helped.

Che
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

--------------------------------------------------------------------------
This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch. Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. References to "Merrill Lynch" are references to any company in the Merrill Lynch & Co., Inc. group of companies, which are wholly-owned by Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this E-communication may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: Merrill Privacy and Security Information. By messaging with Merrill Lynch you consent to the foregoing.
--------------------------------------------------------------------------

I'm not a "Dabo Guy", but I have been using it for some time, and
cannot say enough good things about it. I also don't work with
databases; I just need to put together some quick GUI apps, and
nothing I've tried makes it faster, cleaner and more flexible than
Dabo.

Also, the "Dabo Guys" are very responsive on their support lists.

···

On Fri, Jan 16, 2009 at 2:49 PM, Marc Tompkins <marc.tompkins@gmail.com> wrote:

If your app is data-driven, maybe Dabo (http://dabodev.com) would be a good
fit? I keep meaning to actually _try_ it; from what I've seen, it quickly
throws up some basic data screens which you can then modify. (I believe
that the Dabo guys hang out here; they can give you a better idea...)

--

# p.d.