Diving into Code 2.0

octubre 8th, 2007 § 0 comments § permalink

Some time ago, I spoke about snipplr.com, a service where you can post, share and vote small pieces of code.

I´ve decided to write a Gedit plugin for this service using its xml-rpc API, just like this TextMate pluging. This plugin will be written on python. There are several tutorials about how to write a Gedit plugin using python, so the task is not very difficult.

The first step to do that, is write a nice and robust wrapper class in python for those methods exposed by the xml-rpc api, plus other useful stuff. So, now I can share this class for you all to use in your python applications. You can download and see how it works in page SnipplrPy from this blog.

Cheers!

Where Am I?

You are currently browsing entries tagged with snipplr python code at arde en el infierno.