Generators in Python

Wednesday, 24. October 2007

Even though I have used Python many times to implement my own game idea, I haven’t reconized generator until today.
I am a little surprised at the lazy evaluation technique because it doesn’t exist in Java world.

Python design pattern

Saturday, 20. October 2007

I spent my Saturday morning watching Google tech talk on python design patterns
It validates the statement “Design is not indepent from the inplementation’s technology” with python case.