Archive for the 'PyLan' Category

PyLan a GTD todo application written in python and PyGTK – part four context menus!

Sunday, September 23rd, 2007

Share
PyLan Four
Hello welcome to the fourth installment of the PyLan tutorial. This will be a quick tutorial to introduce one feature: context (or popup) menus. I’ve had many questions regarding this so I thought I would take a quick stab at it.
If you want to follow along with the code in detail, and have not [...]

PyLan a GTD todo application written in python and PyGTK – part three

Wednesday, July 4th, 2007

Share
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 [...]

PyLan a GTD todo application written in python and PyGTK – part two

Sunday, March 11th, 2007

Share
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 [...]

PyLan a GTD todo application written in python and PyGTK – part one

Saturday, February 17th, 2007

Share
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, [...]