Archive for the 'python' Category
Thursday, July 5th, 2007
I just stumbled on this and I thought I’d pass it onto my fellow python programmers, it’s a python 3000 status update from Guido van Rossum.
Personally I’m looking forward to Python 3.0, I don’t know if I’ll like the break in backwards compatibility but a lot of the changes seem great.
Making the print statement a […]
Popularity: 24%
Posted in Uncategorized, News, python | 3 Comments »
Wednesday, July 4th, 2007
PyLan three
Hello welcome to the long-time-coming third article in this tutorial. I apologize to everyone (anyone?) that was waiting for it. I have been very busy as of late and have had much of my time taken up by a few other python projects, that I hope to be able to show you […]
Popularity: 35%
Posted in python, gui, tutorial, PyGTK, glade, PyLan | 9 Comments »
Friday, May 4th, 2007
Hey everyone, I’ve been getting hit with a bunch of spam comments over the last few days so I’ve made it so that all comments must be moderated before they will appear.
Sorry about this, I don’t like this form of comment posting, but hopefully after a few days I will be able to switch it […]
Popularity: 91%
Posted in Uncategorized, News, python, pygame, PyGTK | 10 Comments »
Monday, April 9th, 2007
So I’ve been working on PyGame for PyWeek lately and I’ve been having a lot of fun. I also took a weekend off from my email so I did not notice that Lord Taran has been creating Spanish translations for a bunch of my PyGTK tutorials.
If you are interested in the Spanish tutorials check […]
Popularity: 27%
Posted in News, python, pygame, PyGTK | No Comments »
Sunday, March 11th, 2007
PyLan two
This is part two of the PyLan tutorial series, if you want to follow along with the code in detail, and have not done so already, you should read part one of this series.
In this tutorial I will go over the following items:
Showing a popup window
Working with a gtk.Calendar widget
Working with gtk.ComboBox widgets
Working […]
Popularity: 40%
Posted in python, gui, tutorial, PyGTK, glade, PyLan | 13 Comments »
Saturday, February 17th, 2007
Introduction
All right, many of you have probably heard of, or read, David Allen’s book Getting Things Done if not it’s a pretty interesting book about how to organize the things in your life.
As I was reading it I thought that a simple todo list could be created using Python and PyGTK pretty easily, […]
Popularity: 40%
Posted in python, gui, tutorial, PyGTK, glade, PyLan | 18 Comments »
Monday, January 29th, 2007
After putting off this tutorial for as long as I possibly could (I’m not sure why) I have finally decided to buckle down and learn how to use WxWidgets using the WxPython Python bindings.
Installing
Getting WxWidgets and WxPython installed on my Debian Linux computer was as simple as installing the python-wxgtk2.6 Debian package. If you […]
Popularity: 48%
Posted in python, gui, tutorial, wxPython | 10 Comments »
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%
Posted in python, reference, tutorial, pygame, TextWidget | No Comments »
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: 33%
Posted in python, PyGTK, glade | 25 Comments »
Wednesday, November 15th, 2006
Well I’m halfway through NaNoWriMo and everything is going pretty well so far, but today I was surfing the net and looking at some python stuff and I must admit I miss programming in python in my free time.
While writing a novel in one month is fun and all it’s also pretty stressful and sometimes […]
Popularity: 14%
Posted in News, links | 2 Comments »