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

Functional Programming with Python

Translations: en

Summary

Python supports several functional programming concepts. The presentations shows how to use functional features such as functions as first-class objects, closures, side-effect-fee functions, currying, lazy evaluation, no mutable data structures and use of iterators instead of loops. The focus is on integration of these concepts in existing programs.

Details

Improve this page