Feb 9, 2009
Jesse Noller on Python
Jesse Noller has been republishing articles he wrote for Python Magazine. These are very informative: I learned new things about the “with” statement in python 2.5 and tonight I was introduced to Paramiko, a library for using SSH.
Related posts:
- Python Exception Handling: Cleanup and Reraise I’ve had this code around for a while and...
- Yet Another Python Enum Module I didn’t like the existing enum recipes, so I...
- Using Python’s ctypes to Call Into C Libraries The ctypes module makes loading and calling into a dynamic...
- Data vs Code I’ll take an array over a giant switch-case statement...
- 3 Easy Ways to Stick to a Coding Standard When you’re writing python, you don’t need a lot...