Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

November 02 2009

Resume: A Tale of Desire, Intrigue, and Formatting

I hardly ever hand people paper documents, but about a year ago two events happened in my life which caused me to think more about them. The first was reading The Elements of Typographic Style by Robert Bringhurst. The second was getting laid off. I started thinking about the one piece of paper every engineer prints out and hands to people, their resume.

September 23 2009

Zope 3 wiki ComponentArchitectureApproach

An article on the Zope Component Architecture describing the use of components, rather than multiple-inheritence for managing complexity. With multiple inheritance object responsibilities are spread over many separate mix-in classes. Many of the mix-in classes require subclasses to provide specialized meta-data or methods to customize the behavior of the mix-in. Classes typically have a large number of base classes and many bits of meta-data and special methods that are unrelated to the object's core functionality. . An alternative for managing complexity is to spread the complexity over multiple cooperating objects, which make individual classes are much simpler, and thus, easier to maintain and allow functionality to be added and changed without modifying existing classes.

July 17 2009

Unicode HOWTO

This HOWTO discusses Python's support for Unicode, and explains various problems that people commonly encounter when trying to work with Unicode.
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.