473,406 Members | 2,273 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Use GUI for Python

I am new to python as I have been a VB programmer. I am used to the
GUI interface, and was wondering if I had to choose between a GUI for
Python, which one should I go with? Thanks.

Kou

Sep 17 '07 #1
5 2114
ko****@hotmail.com wrote:
I am new to python as I have been a VB programmer. I am used to
the GUI interface, and was wondering if I had to choose between a
GUI for Python, which one should I go with?
Simple: The one you like most. Since this is an FAQ, I'll just list
some popular GUI toolkits for Python:

- TKinter (included)
- wxPython
- PyQt

If you search the archives you'll find several discussions involving
these and others.

Regards,
Björn

--
BOFH excuse #130:

new management

Sep 17 '07 #2
On Sep 17, 9:31 am, kou...@hotmail.com wrote:
I am new to python as I have been a VB programmer. I am used to the
GUI interface, and was wondering if I had to choose between a GUI for
Python, which one should I go with? Thanks.

Kou
You need to be more specific. Do you mean that you are used to
working in an IDE environment, where you can readily access the list
of classes, methods, and such? You might be interested in Eclipse
[1], then installing the PyDev [2] plug-in to add Python support.
Wing-IDE [3] and Komodo [4] may also be very suitable (but they cost
money).

If you mean that you want to develop programs with a GUI interface,
then you have a number of choices [5]. Most of these choices do not
work in the same way that Microsoft Studio's GUI designer works,
partly because Python isn't tied to any of them.
o wxWidgets is MFC-like
o PyQT and PyGTK are similar to their underlying interfaces
o Tkinter comes with the default Python install, and provides the
Tk widget set
o With IronPython, you can access the regular Microsoft .NET GUIs
o PythonCard and EasyGUI are supposed to be pretty easy GUIs to use
o Dabo is a full-on database/GUI/platform set to easy cross-
platform GUI and database programming.

The links to all those can be found at link [5]. Don't be afraid if
the choices are overwhelming. You have choices. I highly recommend
that you learn Python first, then examine the different GUI systems,
keeping in mind any requirements you may have and your previous
experience.

[1] http://www.eclipse.org/
[2] http://pydev.sourceforge.net/
[3] http://wingware.com/
[4] http://www.activestate.com/products/komodo_ide/
[5] http://wiki.python.org/moin/GuiProgramming

Sep 17 '07 #3
ko****@hotmail.com wrote:
I am new to python as I have been a VB programmer. I am used to the
GUI interface, and was wondering if I had to choose between a GUI for
Python, which one should I go with? Thanks.

Kou
You should check out Dabo it was written with VB, VFP programmers in mind.
www.dabodev.com

John
Sep 17 '07 #4
Jason wrote:
On Sep 17, 9:31 am, kou...@hotmail.com wrote:
>I am new to python as I have been a VB programmer. I am used to the
GUI interface, and was wondering if I had to choose between a GUI for
Python, which one should I go with? Thanks.

Kou

You need to be more specific. Do you mean that you are used to
working in an IDE environment, where you can readily access the list
of classes, methods, and such? You might be interested in Eclipse
[1], then installing the PyDev [2] plug-in to add Python support.
Wing-IDE [3] and Komodo [4] may also be very suitable (but they cost
money).

If you mean that you want to develop programs with a GUI interface,
then you have a number of choices [5]. Most of these choices do not
work in the same way that Microsoft Studio's GUI designer works,
partly because Python isn't tied to any of them.
o wxWidgets is MFC-like
o PyQT and PyGTK are similar to their underlying interfaces
o Tkinter comes with the default Python install, and provides the
Tk widget set
o With IronPython, you can access the regular Microsoft .NET GUIs
o PythonCard and EasyGUI are supposed to be pretty easy GUIs to use
o Dabo is a full-on database/GUI/platform set to easy cross-
platform GUI and database programming.

The links to all those can be found at link [5]. Don't be afraid if
the choices are overwhelming. You have choices. I highly recommend
that you learn Python first, then examine the different GUI systems,
keeping in mind any requirements you may have and your previous
experience.

[1] http://www.eclipse.org/
[2] http://pydev.sourceforge.net/
[3] http://wingware.com/
[4] http://www.activestate.com/products/komodo_ide/
[5] http://wiki.python.org/moin/GuiProgramming
If you are looking for a good IDE and you are in the Windows World,
have a look at PyScripter. It is in development and the developer
gives an excellent response to any queries or potential bugs.

Colin W.
Sep 18 '07 #5
Jason wrote:
On Sep 17, 9:31 am, kou...@hotmail.com wrote:
>I am new to python as I have been a VB programmer. I am used to the
GUI interface, and was wondering if I had to choose between a GUI for
Python, which one should I go with? Thanks.

Kou

You need to be more specific. Do you mean that you are used to
working in an IDE environment, where you can readily access the list
of classes, methods, and such? You might be interested in Eclipse
[1], then installing the PyDev [2] plug-in to add Python support.
Wing-IDE [3] and Komodo [4] may also be very suitable (but they cost
money).

If you mean that you want to develop programs with a GUI interface,
then you have a number of choices [5]. Most of these choices do not
work in the same way that Microsoft Studio's GUI designer works,
partly because Python isn't tied to any of them.
o wxWidgets is MFC-like
o PyQT and PyGTK are similar to their underlying interfaces
o Tkinter comes with the default Python install, and provides the
Tk widget set
o With IronPython, you can access the regular Microsoft .NET GUIs
o PythonCard and EasyGUI are supposed to be pretty easy GUIs to use
o Dabo is a full-on database/GUI/platform set to easy cross-
platform GUI and database programming.

The links to all those can be found at link [5]. Don't be afraid if
the choices are overwhelming. You have choices. I highly recommend
that you learn Python first, then examine the different GUI systems,
keeping in mind any requirements you may have and your previous
experience.

[1] http://www.eclipse.org/
[2] http://pydev.sourceforge.net/
[3] http://wingware.com/
[4] http://www.activestate.com/products/komodo_ide/
[5] http://wiki.python.org/moin/GuiProgramming
If you are looking for a good IDE and you are in the Windows World,
have a look at PyScripter. It is in development and the developer
gives an excellent response to any queries or potential bugs.

Colin W.

Sep 18 '07 #6

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

Similar topics

0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.