Contribute Media
A thank you to everyone who makes this possible: Read More

Closures in Python

Description

Almost all languages today have support for closures. Python is no exception. We are going to look at closure concept in general, how it works and what are pros and cons of such approach. The discussion shall include details about functions, scopes, lambdas and comparison to clasess . We are also going to think about use cases for this technique and compare behavior to other languages like Javascript, C# or Java.

Details

Improve this page