Python Round Up
I really haven’t spent much time looking around at Python blogs/pages/etc lately. But, since I’m procrastinating from the whole NaNoWriMo thing, I spent time today doing that.
- Easy Python decorators –some examples of creating Python function decorators using the decorator module.
- Python 3 Patterns and Idioms –early development of an open source book to discuss patterns and idioms to use in Python 3.
- Guido Answers the Top 20 Questions –Python’s creator answers the Top 20 questions in his section of “Ask a Google Engineer”.
- Python Frameworks –the good and the bad of 3 Web development frameworks for Pytyhon.