9. Functional Programming Modules¶
The modules described in this chapter provide functions and classes that support a functional programming style, and general operations on callables.
The following modules are documented in this chapter:
random
— Generate pseudo-random numbers
<<
9. Functional Programming Modules
(Source)
>>9.1. itertools
— Functions creating iterators for efficient looping
The modules described in this chapter provide functions and classes that support a functional programming style, and general operations on callables.
The following modules are documented in this chapter: