![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
.NET Ninja - python newb
Join Date: Apr 2008
Posts: 13
Rep Power: 0
![]() |
GUI and Python
Has anyone used glade before to create a GUI for your python apps. If so Does it work well or do you recommend just coding it all out?
__________________
The way programmers percive beauty is intimately related to their ability to process and understand complexity. |
|
|
|
|
|
#2 |
|
Professional Programmer
|
Re: GUI and Python
Never tried it, programming it out is always good, although if your really after RAD which Python is great for i suppose that would be a gd idea.
Chris
__________________
Steven Skiena - Algorithms |
|
|
|
|
|
#3 |
|
.NET Ninja - python newb
Join Date: Apr 2008
Posts: 13
Rep Power: 0
![]() |
Re: GUI and Python
Well my thought was or is ( and I have no real experiance creating gui in python other then actually creating the forum) can you make progress bars and all the diffrent controls and such?
__________________
The way programmers percive beauty is intimately related to their ability to process and understand complexity. |
|
|
|
|
|
#4 |
|
Professional Programmer
|
Re: GUI and Python
Yes you can, you should have a look into TKinter and wxPython. TKinter is a default library within Python, personally though i feel that wxPython is a much better library.
Its really down to the person of course both offer some advantages/disadvantages. Chris
__________________
Steven Skiena - Algorithms |
|
|
|
|
|
#5 |
|
Software Developer
Join Date: Jun 2008
Posts: 4
Rep Power: 0
![]() |
Re: GUI and Python
I recommend using wxGlade which will output wxPython code for you once your happy with your layout.
Saying that it often advised that you should make a command line version first that will let you just plug in your functionality once you've made your GUI. Mike
__________________
There are 10 kinds of people in this world....Those who understand binary and those who don't. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I/O proccessing | Freaky Chris | Python | 8 | Mar 24th, 2008 10:42 AM |
| Which GUI toolkit is best for me? | inhahe | Python | 7 | Dec 9th, 2007 9:34 AM |
| hello, I'd like to write a program for my work. | blake_jl | Community Introductions | 13 | Nov 23rd, 2007 4:31 PM |
| programming in python? | php111 | Python | 10 | Aug 8th, 2007 5:41 PM |