Whither PyObjC?
If you like Python and you like Mac OS X, you should really check out PyObjC. It’s a bridge that allows you to create first-class Cocoa... more »
0 commentsSave Tags: apple, python
Secure authentication cookies with Django
Some time ago Alex X. Liu published a research paper on secure cookie protocols. I tried to implement the protocol in Python.
0 commentsSave Tags: frameworks, python, security
Awesome Collection of Technical Interview Questions
Over at 20bits, Jesse has been spending the last month writing articles on technical interview question. And, wow, it's an awesome list!
0 commentsSave Tags: how-to, python, ruby, web 2.0
Using Git as a versioned data store in Python
Git has sometimes been described as a versioning file-system which happens to support the underlying notions of version control. And while most people... more »
0 commentsSave Tags: python
Redundancy: Good vs. Evil
As Walter Bright points out here, redundancy is often thought to be a bad thing when it comes to programming languages. But in fact, well-designed... more »
0 commentsSave Tags: c-and-cpp, other languages, python