File size: 595 Bytes
aaef24a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Learn Functional Programming
description: >
    These notebooks introduce powerful ideas from functional programming
    in Python, taking inspiration from Haskell and category theory.
tracking: 51
---

Using only Python's standard library, these lessons construct
functional programming concepts from first principles.
Topics include:

-   Currying and higher-order functions
-   Functors, Applicatives, and Monads
-   Category theory fundamentals

## Contributors

Thanks to our notebook authors:

- métaboulie

and reviewers:

- [Srihari Thyagarajan](https://github.com/Haleshot)