#Google Analytic Tracker

Pages

May 9, 2008

Python Design Patterns

Design Patterns, one of the must known tool set for software developer, there is a very good video that talks about design pattern.

http://www.catonmat.net/blog/learning-python-design-patterns-through-video-lectures/

Even though the example is presented in Python, but the concept is the same, and it applies to other OO programming languages.

Also, for those who want a introduction of Design Pattern.  I recommend you get the First Head Design Patterns.  This is a very good introductory book for design pattern. Don't get scared if you don't know Java, it is very easy to understand.  I used it whenever I need ideas for solving architecture problem, or it is simply something to discuss with your colleges when you are bored at work! :)

No comments: