Closures in Python
The concept of closures is something that I've been familiar with for a while, but I haven't used in my own work until recently. I started thinking more about closures while reading A Software Engineer Learns HTML5, JavaScript and jQuery by Dane Cameron (an excellent book, btw). They are introduced …
more ...