Skip navigation

Category Archives: Coding

Stories tagged ‘Coding’

And Now Something Completely Different …

I finally figured out how to implement classes in Python using C API — the right way. Namely as a new type using the PyTypeObject complete with get and set attribute calls and plain members. But I tought my previous hack for building a class at runtime is still slim enough to share, especially if you just got a couple of methods that you want bundled into a class instead of a module.

Read the full story

A Singleton Not Named Bridget

Ok. I haven’t posted anything in a (relative) long time. To tell the truth — there isn’t much to report.

Read the full story

Creeper