473,396 Members | 1,725 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,396 software developers and data experts.

GUI Programming by hand not code with Python Code

Is their a program that lets you design a GUI by hand (like gambas)
not by code (like wxpython) but the commands are in python?

A program similar to gambas or vb

Gambas with python code instead of gambas code would be perfect.

Thanks in advance
Jul 7 '08 #1
4 2177
On Jul 6, 7:33*pm, jayjaygi...@hotmail.co.uk wrote:
Is their a program that lets you design a GUI by hand (like gambas)
not by code (like wxpython) but the commands are in python?

A program similar to gambas or vb

Gambas with python code instead of gambas code would be perfect.

Thanks in advance
Glade for GTK, wxGlade for wxPython.
Jul 7 '08 #2
On Jul 6, 9:33*pm, jayjaygi...@hotmail.co.uk wrote:
Is their a program that lets you design a GUI by hand (like gambas)
not by code (like wxpython) but the commands are in python?

A program similar to gambas or vb

Gambas with python code instead of gambas code would be perfect.

Thanks in advance
I think Dabo also has a way to do some Visual programming too. And
there's also XRC.

See the following links for more info:

http://dabodev.com/
http://xrced.sourceforge.net/

Mike
Jul 7 '08 #3
Jason Scheirer <ja************@gmail.com>:
On Jul 6, 7:33Â*pm, jayjaygi...@hotmail.co.uk wrote:
>Is their a program that lets you design a GUI by hand (like gambas)
not by code (like wxpython) but the commands are in python?

A program similar to gambas or vb

Gambas with python code instead of gambas code would be perfect.

Thanks in advance

Glade for GTK, wxGlade for wxPython.
And the designer for Qt4

--
Freedom is always the freedom of dissenters.
(Rosa Luxemburg)
Jul 7 '08 #4
On 7 Jul, 04:33, jayjaygi...@hotmail.co.uk wrote:
Is their a program that lets you design a GUI by hand (like gambas)
not by code (like wxpython) but the commands are in python?

A program similar to gambas or vb

Gambas with python code instead of gambas code would be perfect.

Thanks in advance
I use wxFormBuilder with wxPython. Works like a charm. Design the GUI
graphically, export it like a wx XML resource (.xrc). All you nedd to
code in Python is the event handlers and the code to bind/hook the
events.

http://sturlamolden.blogspot.com/200...-wxpython.html

If you can accept a Windows only solution, you can use Microsoft's
IronPython with MS VisualStudio. It will be just like using VB, except
you are coding in Python. But remember that extension libraries to
CPython is generally not available for IronPython. Insted you must
rely more on .NET and COM/ActiveX objects.




Jul 8 '08 #5

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...
134
by: evolnet.regular | last post by:
I've been utilising C for lots of small and a few medium-sized personal projects over the course of the past decade, and I've realised lately just how little progress it's made since then. I've...
17
by: Brian Blais | last post by:
Hello, I have a couple of classes where I teach introductory programming using Python. What I would love to have is for the students to go through a lot of very small programs, to learn the...
81
by: Russ | last post by:
I just stumbled onto PEP 316: Programming by Contract for Python (http://www.python.org/dev/peps/pep-0316/). This would be a great addition to Python, but I see that it was submitted way back in...
2
by: bvidinli | last post by:
I program in python for about 2-3 monthos. I just started/tested gui programming with many tools. i tested boa last, it is the closest tool to delphi in tui tools that i used. I managed to play...
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...
0
by: Victor Noagbodji | last post by:
Is their a program that lets you design a GUI by hand (like gambas) Check out the Designer program that comes with PyQt. -- NOAGBODJI Paul Victor
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...
6
by: cnb | last post by:
If I buy a multicore computer and I have really intensive program. How would that be distributed across the cores? Will algorithms always have to be programmed and told specifically to run on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.