August 2006
Sun
Mon
Tue
Wed
Thu
Fri
Sat
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
Jul   Sep
changes.opml.org
scripting.com
My Furl
reddit.com
feeds.reddit.com
OPML Editor Docs
Click here for the XML version of the information displayed on this page.




wxPython Permanent link to this item in the archive.

I picked up the book wxPython in Action the other day and have found it to be quite good. wxPython allows you to use the wxWidgets C++ class library from within python so you can create cross platform GUIs.

So far I have played around with creating some basic windows and menus and played with some simple event handling. It supports standard windows as well as the MDI type found in the OPML Editor. The event handling system seems to work pretty well too. What makes wxWidgets so cool, and by extension wxPython, is that the toolkit wraps OS native controls so you get the look and feel of whatever OS you are running you app on.

What I would really like to try, just for fun, is to create a python library for working with OPML and then try and put together a very stripped down outlining tool and release it under the GPL. I would not expect it to compete with Dave's editor since he probably has been working on the code base since I was four, but it does sound like an interesting project.

Issues Permanent link to this item in the archive.

OK. So changing the number of days I show on my homepage forced the server to rebuild it with the missing Aug 20th post.

Test! I know I have and opml file in my blog directory for Aug 20th but it really does not want to show up on the server.