Only Python
This blog deals almost exclusively with my Python coding activities.
Thursday, January 08, 2009
Testing code highlighting
›
Update: In order to have the styling work, I had to include by hand the styling information (keyword and string) from this style sheet - an...
3 comments:
Saturday, December 20, 2008
Plugins - part 6: setuptools based approach
›
setuptools is collection of enhancements to the standard Python distutils module. While it is not included in the Python standard library,...
3 comments:
Plugins - part 5: Activation and Deactivation
›
(Note: the code indentation may appear to be wrong due to some blogspot's quirks...) While plugins are a great way to extend the functio...
2 comments:
Friday, December 19, 2008
A small svg module
›
Update: by combining suggestions made in comments, one can probably do away with much of what I describe in this blog post. To wit: >...
4 comments:
Plugins - part 4: Crunchy-style plugin
›
In this 4th post in the plugins series, I will explain the approach we used in Crunchy. While explaining the main features, I will also com...
Plugins - part 3: Simple class-based plugin
›
In the first post of this series, I introduced a simple application to be used as a demonstration of a plugin-based application. The chos...
2 comments:
Plugins - part 2: modularization
›
In the first post on the Plugins series, I introduced the small application used to demonstrate how one could modularize applications using...
‹
›
Home
View web version