Miscellaneous bits of Python (types, bugs, etc)
August 24th, 2007 Posted in Programming, Python
Miscellaneous things from around the python world -
- "Paddy3118" replied to my wikipedia duck-typing post with a post of his own - Duck Typing Explained, attempting a further generic explanation of duck-typing. Check it out.
- Python has moved away from the sourceforge bug tracker to roundup (yay!) per Brett Cannon - the new tracker is so much easier to use, and is located bugs.python.org.
- Brett Cannon's importlib (import in python) work is proceeding and looking like it's on track for py3k - you should check out his posts on it, and the SVN tree.
- I found this (dated) page and marked it as followup, Python anti-pitfalls - it's from 2003, but points out some of things I love about the language.

