Archive for December, 2006

Holiday Break

Tuesday, December 19th, 2006

Hello everyone,
As you may know the holiday season is fast approaching (for some of you it may already be here) and I am taking some…well holidays. So I will not be posting here for a few weeks or responding to any of your comments, I will respond to all the comments that I receive […]

Popularity: 17%

TextWidget - A simple text class for PyGame

Wednesday, December 13th, 2006

Introduction
All right, this is just a little tutorial about working with text in pygame. Now, this isn’t the only way to work with text, there are many other methods to do this, in fact much of the time you’ll probably end up using images for interactive text. So this is mainly meant to […]

Popularity: 33%

Translating your Python/PyGTK application

Sunday, December 3rd, 2006

In this tutorial we will go over the (very) basic steps that you can use in order to translate (localize or internationalize) your PyGTK application. For this tutorial we are going to use the PyWine application that we have been working with in two previous tutorials:

Building an Application with PyGTK and Glade
Extending our PyGTK […]

Popularity: 34%