Archive for the 'PyGTK' Category

Japanese translation!

Monday, August 28th, 2006

Satoshi Tanabe has translated my Creating a GUI using PyGTK and Glade tutorial into Japanese! You can view the Japanese tutorial on his website: http://po3a.blogspot.com/2006/08/pygtk-glade-gui.html
Way to go Satoshi!

Popularity: 23%

Popularity: 23%

WordPy offline blogging tool

Saturday, August 19th, 2006

Topics covered in this tutorial:

Glade
PyGTK
gtk.FileChooserDialog
gtk.FileFilter
gtk.TextView
gtk.TextBuffer
gtk.TextMark
gtk.MessageDialog

You can download the full source for this tutorial here.
One of the things that I found the other day while I was surfing the web looking for information on Python was this WordPress Python library. Since I use Wordpress for this site I thought that I’d play with it a […]

Popularity: 43%

Writing a Custom Widget Using PyGTK

Tuesday, July 25th, 2006

One of the things that I wanted to add to my simple PyWine application was an easy way for people to rate their wine. There were lots of different ways to do it but since I was looking for a tutorial to write I decided that I wanted to do it the way that […]

Popularity: 51%

Just a quick post before I leave

Thursday, June 15th, 2006

I’ve been meaning to do this for a while but simply couldn’t find the time up until right before I leave on my trip. Here is a quick screenshot of my last tutorial running on Windows:

Since I’ve been showing mostly Mac and Linux screenshots I thought I’d post a Windows just to balance things […]

Popularity: 100%

Building an Application with PyGTK and Glade

Tuesday, May 30th, 2006

After working with PyGTK and Glade for my first tutorial, I decided to write another more complex tutorial but I couldn’t think of a topic (Note: If you have any suggestions for any tutorials or posts I’d love to hear them) so I decided to work on creating a simple application and hopefully useful topics […]

Popularity: 61%

Creating a GUI using PyGTK and Glade

Sunday, May 7th, 2006

After spending some time creating a GUI using TKinter and having it be pretty easy, but getting frustrated by how linked my code and the GUI was, I decided to look into creating a GUI using another toolkit. After looking around at the options for a while I settled on using PyGTK and Glade
The […]

Popularity: 92%