473,803 Members | 3,899 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

gui application on cross platform

Hi,

I am using delphi to develop gui application, and wish to make a shift
to python. here are some of my question/concern...

1. is python develop gui application a cross platform? just like java
swing?
2. delphi makes things easy for me like coding for a specific event on
a specific component, could it be the same for python?
3. are there cool library of component like in delphi available for
python that will make database application more usesable?
4. where do I start the learning curve? I did some research and I
don't know which one to take among wxwdiget, pygtk, and etc.
Thanks
james

May 28 '07 #1
7 1886
On 28 Mag, 08:01, james_027 <cai.hai...@gma il.comwrote:
Hi,

I am using delphi to develop gui application, and wish to make a shift
to python. here are some of my question/concern...

1. is python develop gui application a cross platform? just like java
swing?
Yes. Qt, wxwidgets and pygtk run on Linux and Windows, don't know
about Macs.
2. delphi makes things easy for me like coding for a specific event on
a specific component, could it be the same for python?
Not in the Delphi way but glade/gazpacho are good GUI designer for
gtk.
I have no experience with qtdesigner or the wx equivalent app.
3. are there cool library of component like in delphi available for
python that will make database application more usesable?
python has dbapi, all DBs look the same, python can also use ORM like
SQLObjects and SQLALchemy
4. where do I start the learning curve? I did some research and I
don't know which one to take among wxwdiget, pygtk, and etc.
I tried wxwidgets and pygtk, then I decided to use pygtk but it
could be I'll change my mind in the future.

Bye
sc

May 28 '07 #2
On May 28, 3:06 pm, Stefano Canepa <scan...@gmail. comwrote:
On 28 Mag, 08:01, james_027 <cai.hai...@gma il.comwrote:
Hi,
I am using delphi to develop gui application, and wish to make a shift
to python. here are some of my question/concern...
1. is python develop gui application a cross platform? just like java
swing?

Yes. Qt, wxwidgets and pygtk run on Linux and Windows, don't know
about Macs.
2. delphi makes things easy for me like coding for a specific event on
a specific component, could it be the same for python?

Not in the Delphi way but glade/gazpacho are good GUI designer for
gtk.
I have no experience with qtdesigner or the wx equivalent app.
3. are there cool library of component like in delphi available for
python that will make database application more usesable?

python has dbapi, all DBs look the same, python can also use ORM like
SQLObjects and SQLALchemy
4. where do I start the learning curve? I did some research and I
don't know which one to take among wxwdiget, pygtk, and etc.

I tried wxwidgets and pygtk, then I decided to use pygtk but it
could be I'll change my mind in the future.

Bye
sc
Thanks sc,

What do you mean when you say .."all DBs look the same"

what is the difference between pygtk and wxwidgets?

bye
james

May 28 '07 #3
En Mon, 28 May 2007 04:28:50 -0300, james_027 <ca********@gma il.com>
escribió:
I am using delphi to develop gui application, and wish to make a shift
to python. here are some of my question/concern...
Explore the Python wiki, specially
<http://wiki.python.org/moin/GuiProgramminga nd ChoosingGuiTool kits.
Here you have and "Intelligen t GUI chooser"
<http://www.awaretek.co m/toolkits.html>
Search previous posts on this group too as this is a recurring topic.

--
Gabriel Genellina

May 28 '07 #4
james_027 wrote:
Hi,

I am using delphi to develop gui application, and wish to make a shift
to python. here are some of my question/concern...

1. is python develop gui application a cross platform? just like java
swing?
2. delphi makes things easy for me like coding for a specific event on
a specific component, could it be the same for python?
3. are there cool library of component like in delphi available for
python that will make database application more usesable?
4. where do I start the learning curve? I did some research and I
don't know which one to take among wxwdiget, pygtk, and etc.

I'm also going down this path, and have decided on python + wxWidgets +
boa as the RAD tool. From the tutorial, it seems pretty easy to use,
except for some minor annoyances on both windows and linux platforms.

Under windows, for some inexplicable reason the "dialogs" tab is not
present, while under linux, I can't seem to drag components around the
frame after placement.

Cheers,
mvdw
May 28 '07 #5
james_027 wrote:
Hi,

I am using delphi to develop gui application, and wish to make a shift
to python. here are some of my question/concern...

1. is python develop gui application a cross platform? just like java
swing?
2. delphi makes things easy for me like coding for a specific event on
a specific component, could it be the same for python?
3. are there cool library of component like in delphi available for
python that will make database application more usesable?
4. where do I start the learning curve? I did some research and I
don't know which one to take among wxwdiget, pygtk, and etc.
Thanks
james
May I suggest you take a close look at Dabo (www.dabodev.com). Dabo was
designed from the ground up to do exact what you are asking for. Take a
look at the Dabo screencast
(http://leafe.com/screencasts/dataenvironment1.html)
which will provide an easy review of most of what Dabo can do.

Johnf
May 28 '07 #6
On May 28, 2007, at 2:01 AM, james_027 wrote:
I am using delphi to develop gui application, and wish to make a shift
to python. here are some of my question/concern...

1. is python develop gui application a cross platform? just like java
swing?
wxPython is probably the best cross-platform GUI toolkit available
for Python. That's why we chose it for our primary UI toolkit for Dabo.
2. delphi makes things easy for me like coding for a specific event on
a specific component, could it be the same for python?
Not in Python per se, but I know exactly what you mean.

I come from the Visual FoxPro world, which is very similar to
Delphi. I stumbled upon Python, and quickly discovered that it was
far and away the best language I've programmed in in over 3 decades
of coding. Yet it lacked anything like the power of GUI development
that tools such as Delphi or Visual FoxPro offered. So along with my
partner Paul McNett, we set out to create such a tool, and that is Dabo.
3. are there cool library of component like in delphi available for
python that will make database application more usesable?
One word: Dabo. We do database apps.
4. where do I start the learning curve? I did some research and I
don't know which one to take among wxwdiget, pygtk, and etc.
Check out our collection of screencasts to see what Dabo can do for
you (http://dabodev.com/documentation). Post messages to the dabo-
users list to get answers to any questions you might have (sign up at
http://leafe.com/mailman/listinfo/dabo-users).

There are a ton of web frameworks out there. But for Python, there
is only one desktop app framework: Dabo.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
May 29 '07 #7
On 28 Mag, 09:28, james_027 <cai.hai...@gma il.comwrote:
On May 28, 3:06 pm, Stefano Canepa <scan...@gmail. comwrote:
On 28 Mag, 08:01, james_027 <cai.hai...@gma il.comwrote:
Hi,
I am using delphi to develop gui application, and wish to make a shift
to python. here are some of my question/concern...
1. is python develop gui application a cross platform? just like java
swing?
Yes. Qt, wxwidgets and pygtk run on Linux and Windows, don't know
about Macs.
2. delphi makes things easy for me like coding for a specific event on
a specific component, could it be the same for python?
Not in the Delphi way but glade/gazpacho are good GUI designer for
gtk.
I have no experience with qtdesigner or the wx equivalent app.
3. are there cool library of component like in delphi available for
python that will make database application more usesable?
python has dbapi, all DBs look the same, python can also use ORM like
SQLObjects and SQLALchemy
4. where do I start the learning curve? I did some research and I
don't know which one to take among wxwdiget, pygtk, and etc.
I tried wxwidgets and pygtk, then I decided to use pygtk but it
could be I'll change my mind in the future.
Bye
sc

Thanks sc,

What do you mean when you say .."all DBs look the same"
That via dbapi you can use different DBs using the same API.
what is the difference between pygtk and wxwidgets?
pygtk uses GTK
wxwidget use a different gui toolkit on different platform. It is
probably the best crossplatform GUI.
I used pyGTK simply becouse my GUI apps runs only on gnome.

Bye
sc

May 29 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
4844
by: Web Master | last post by:
Are there any good websites or books that deal with cross platform XML? I'd like to target Internet Explorer/Netscape Navigator 5 or later, as well as Opera, possibly konqueror on Linux as well. OT: I'm also looking for books and websites for cross platform XHTML and DHTML.
0
2057
by: demibee | last post by:
Thought this might be of interest to some out there... For those who've never encountered it, it's a free, open-source, cross-platform GUI library (Windows/Mac/Linux). Forte's Agent 2.0 will be built with it. AVG is as well.. "wxWindows An open source C++ GUI framework to make cross-platform programming child's play." <http://www.wxwindows.org/>
13
2091
by: Hennesey | last post by:
Hello all, we have build a big application with VB6. Now I prefer to migrate to .NET. Maybe step by step. Therefore I'am looking for good arguments to persuade my boss. So what are the most important reasons for migrating a application from VB6 to .NET?
14
1985
by: Champika Nirosh | last post by:
Hi All, We have a windows from application written in C#, there we have used Browser COM and other basic libraries present in standard .NET/C# SDK. So the next part is to make this appliaction available to Unix and Mac platform. I have couple of questions here 1. What are the possibilities we have of doing some thing like this? 2. What are the technical chalenges we will face of doing this? 3. What are the direct indirect solution we...
7
1642
by: Janiv Ratson | last post by:
Hello, We are going to develop our application from scratch. The application is currently written for WIN32 users only, using MFC. The requirements asks that the application will run (in the future) on Windows, MAC and Linux. Is there any way to write all the code on the .NET Framework, or I should write the core code in native C++ and write the top level modules (including GUI) in .NET Framework (using C#), so I can use the core code in...
21
3783
by: The Night Blogger | last post by:
Can someone recommend me a good API for writing a sexy looking (Rich UI like WinForms) shrink wrap application My requirement is that the application needs to look as good on Windows as on the Apple Mac
16
2635
by: Lars Uffmann | last post by:
Does anyone have a good suggestion? I am currently using Eclipse Europa with the C-Development Toolkit (plus gnu-toolchain under cygwin) and the Widestudio Native Application Builder plugin. While I am surprised I actually got this configured and running, it has some things that I do not like too much - especially a couple of bugs (build tools vanishing from the builder settings upon switching between projects, for example). And then...
1
7828
by: Vinod Sadanandan | last post by:
Cross Platform Migration An Unproblematic Approach (Windows-UNIX ) Oracle 10\11g The principal restriction on cross-platform transportable database is that the source and destination platform must share the same endian format. Redo log files and control files from the source database are not transported to destination database . New control files and redo log files are created for the new database during the transport process, and an ...
4
3960
by: Nano | last post by:
Hey, I have been studying and working on databases for quite a time now. I know quite a lot about databases. Now I have been assigned a project where I have to build an application using the database. I know all the work to be done with database. The cause of worry is front end of the application. Since I have no expertise in any of the language I am totally helpless, how to develop a good front end. I know I can easily make a front end...
0
10546
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10310
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10292
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9121
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7603
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5627
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4275
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3796
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2970
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.