473,403 Members | 2,359 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,403 software developers and data experts.

GUI programming with python

Hello Everyone

It's my very first email to this group. i am a beginner programmer of
python. it it possible to build Desktop application using python.
Which IDE should i use for this purpose? I will be glad if anyone can
give link of python ebook.

Thanks in Advance
Zamil
Aug 26 '08 #1
8 2023
Alan Franzoni wrote:
zamil was kind enough to say:

[cut]

If your needs are very basic, you can stick with the tk module that comes
with python. It's not really feature-packed, but it's maintained and
pretty cross-platform.

Otherwise, you can pick any supported widget set you like and use the
proper python bindings. You didn't tell us which OS you'd work with, hence
we can't tell you what's the best choice (if there's any).

BTW you should be able to enjoy GTK+, QT or Swing (if using Jython on
Java) or anything found in MS.NET (if using IronPython) - or you can go
for wxPython as well.

GUI Designers are widget-set related - I can suggest gazpacho for GTK+.
You might want to take a look at Dabo (www.dabodev.com). Check out the
screencast.

Johnf
Aug 26 '08 #2
On Aug 26, 10:49*am, John Fabiani <jfabi...@yolo.comwrote:
Alan Franzoni wrote:
zamil was kind enough to say:
[cut]
<cut>
See the following link on the Python website.

http://wiki.python.org/moin/GuiProgramming

Google this list for GUI

RC
Aug 27 '08 #3
zamil a écrit :
Hello Everyone

It's my very first email to this group. i am a beginner programmer of
python. it it possible to build Desktop application using python.
Yes.
Which IDE should i use for this purpose?
I suspect you are confusing "IDE" with "GUI builder". FWIW, you don't
*need* any IDE nor GUI builder - a decent code editor is enough. Now if
you really want a GUI builder, you'll have to choose one that's tied to
your GUI toolkit and that run on your platform.
Aug 28 '08 #4
In article <1b******************************@40tude.net>,
Alan Franzoni <al***************@gmail.comwrote:
>zamil was kind enough to say:

[cut]

If your needs are very basic, you can stick with the tk module that comes
with python. It's not really feature-packed, but it's maintained and pretty
cross-platform.

OK, what are my choices for an IDE/GUI development tool that runs on XP?

Thanks

--
Al Dykes
News is something someone wants to suppress, everything else is advertising.
- Lord Northcliffe, publisher of the Daily Mail

Sep 12 '08 #5
Al Dykes wrote:
In article <1b******************************@40tude.net>,
Alan Franzoni <al***************@gmail.comwrote:
>zamil was kind enough to say:

[cut]

If your needs are very basic, you can stick with the tk module that comes
with python. It's not really feature-packed, but it's maintained and pretty
cross-platform.


OK, what are my choices for an IDE/GUI development tool that runs on XP?

Thanks

From Linux guys, I hear that PyScripter is the best,
they also want to have it, but unfortunately it only runs under windows ;-)

cheers,
Stef
>
Sep 12 '08 #6
On Sep 12, 1:33*pm, ady...@panix.com (Al Dykes) wrote:
In article <1bs69ogq6nspt.136i7kvcux142$....@40tude.net>,
Alan Franzoni *<alan.franzoni....@gmail.comwrote:
zamil was kind enough to say:
[cut]
If your needs are very basic, you can stick with the tk module that comes
with python. It's not really feature-packed, but it's maintained and pretty
cross-platform.

OK, what are my choices for an IDE/GUI development tool that runs on XP?

Thanks

--
Al Dykes
*News is something someone wants to suppress, everything else is advertising.
* * - Lord Northcliffe, publisher of the Daily Mail
Here's a few:

WingWare: http://www.wingware.com/
SPE: http://pythonide.blogspot.com/
Eclipse + Python plugin = EasyEclipse (PyDev):
http://easyeclipse.org/site/distributions/python.html
Or you could use Google and you would have found this:

http://wiki.python.org/moin/Integrat...ntEnvironments

Mike
Sep 12 '08 #7
On Sep 12, 8:33*pm, ady...@panix.com (Al Dykes) wrote:
OK, what are my choices for an IDE/GUI development tool that runs on XP?
That depends on the GUI toolkit you are using. My suggestion:

CPython with wxPython: wxFormBuilder

Cpython with PyQt: BlackAdder

CPython with PyGTK: GLADE 3

Jython: whatever there is for Swing or SWT.

IronPython: MS VisualStudio

Cpython + PyWin32: GUI with VB/Delphi/C#. Python ActiveX server (can
use MFC).




Sep 12 '08 #8
On Saturday 13 September 2008 01:04, sturlamolden wrote:
On Sep 12, 8:33*pm, ady...@panix.com (Al Dykes) wrote:
>OK, what are my choices for an IDE/GUI development tool that runs on XP?
[...]
Cpython with PyQt: BlackAdder
People using this combination apparently prefer Eric, these days:

http://www.die-offenbachs.de/eric/index.html

More suggestions can be found on this page:

http://wiki.python.org/moin/Integrat...ntEnvironments

David
Sep 13 '08 #9

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

Similar topics

33
by: Joe Cheng | last post by:
I'm curious about something... many Artima.com members who have a Java background and learned Python have come to the conclusion that Java and Python are highly complimentary languages. They would...
2
by: mir nazim | last post by:
i m currently using PHP with Apache (a.k.a 'mod_php') for my web development work. i came to know that python can also be used to do web programming using 'mod_python' for Apache. i wanted to know...
4
by: Mark | last post by:
Hello. I am new to programming and Python and was wondering if someone could help get me started. I picked Python to start learning to prgram because of some things I have read about it (easy to...
23
by: herraotic | last post by:
I have been getting ready to learn programming for a long time, installed a GNU/Linux operating system, learnt the ins and outs but I think it is time to pick up a book and learn to now program. ...
38
by: ifti_crazy | last post by:
I am VB6 programmer and wants to start new programming language but i am unable to deciced. i have read about Python, Ruby and Visual C++. but i want to go through with GUI based programming...
3
by: miya | last post by:
On Apr 26, 4:36 pm, bvidinli <bvidi...@gmail.comwrote: Django is the way to go for web development. http://www.djangoproject.com/ cya -- Nicolás Miyasato ( miya )
53
by: Vicent Giner | last post by:
Hello. I am new to Python. It seems a very interesting language to me. Its simplicity is very attractive. However, it is usually said that Python is not a compiled but interpreted programming...
6
by: John Ladasky | last post by:
Hi folks, I've played around with neural nets for a while. I wrote my own slow, pure-Python NN package. I knew that there were Python NN packages out there -- but I couldn't really understand...
3
by: eliben | last post by:
Biggest issue I have with Python is screen input and output. I am trying This is hardly an issue with Python. You'll run into it with all languages. You think wxPython is hard to master ? You...
8
by: Fett | last post by:
I am trying to find a wrapper to do linear programming within python. I am using an ubuntu machine and I have apt-get'd lp_solve, which works just fine. If someone knows of a wrapper that will work...
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
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,...
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
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.