Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Python GUI Programming


Python GUI Programming

By ghostghost | 26228 Reads |
0     0

Comments
ynori7's avatar
ynori7 15 years ago

A very thorough list with good, simple explanations. Very good rating from me.

fuser's avatar
fuser 15 years ago

This is probably the easiest article on GUI programming in Python. Quite impressive, IMO.

ghost's avatar
ghost 15 years ago

About time. We need a new python expert now that richo's gone. :)

ghost's avatar
ghost 15 years ago

Good article, got me thinking about python again :D

Uber0n's avatar
Uber0n 15 years ago

Good examples; easy to understand. And I definately agree with you, Skunkfoot ;)

korg's avatar
korg 15 years ago

Good article but couldn't help but think I read it before when I was learning python, pulled out my old links and found this: http://effbot.org/tkinterbook/tkinter-hello-tkinter.htm

ghost's avatar
ghost 15 years ago

@korg: How was that tutorial like my article? The only similarity I see is that the first example is the same, but there's only so many ways to make a window that says "Hello World!" and I provided my own explanations. Plus that tutorial looks exactly the same as the one I gave a link to at the end of my article.

richohealey's avatar
richohealey 15 years ago

Oi! I'm not gone ya clown ;)

korg's avatar
korg 15 years ago

@Rapt0r, Follow that link to the next few pages that follow, it will give a better more efficient way to use Tkinter, At least the way I use it. Look at the code for message box.

richohealey's avatar
richohealey 15 years ago

Also bear in mind that while tkinter is remaining in the standard library for py3k (lightness) it's not a viable toolkit for todays world. I like wx personally, or just using the win32 API if i'm doing work for clients. There is a lot of info on this on the dev list lately.

ghost's avatar
ghost 15 years ago

Impressive article in my opinion. An easy-to-read tutorial on how to make a GUI in python, just what the title said. :)

ghost's avatar
ghost 14 years ago

Very helpful! I've just been learning to use Python and PyGame and i find it much easier to learn as a first language than C or other languages. Great article!

stealth-'s avatar
stealth- 14 years ago

Nice, will give me something to mess with over the weekend :)