Archive for the 'WordPy' Category

WordPy 0.2 – Using XML to Save and Load Data

Tuesday, October 24th, 2006

Share
All right, so we have our base WordPy application running, so let’s try to extend it a bit more by letting you load and save blog posts to and from an xml file. Please note that this tutorial simply shows one method of saving and loading data using xml, there are many different methods [...]

WordPy offline blogging tool

Saturday, August 19th, 2006

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