

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: What Is Functional Programming?
incomplete
2: Why Python?
incomplete
3: Immutability
incomplete
4: Declarative Programming
incomplete
5: It's Math
incomplete
6: Classes vs. Functions
incomplete
7: Debugging FP
incomplete
8: Functional vs. OOP
incomplete
9: Statements vs. Expressions
incomplete
10: Ternary Expressions
incomplete
11: Functions Practice
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Frankly, Python is not the best language for functional programming. Reasons include:
So seriously, why are we using Python? One reason trumps all others: you already know Python. Python is a great choice for learning programming basics, OOP, Algorithms, and Data Structures, and we don't think the tradeoff of learning a new language at this point in the curriculum is worth it.
We'll still be able to cover the most important concepts of functional programming in Python, even if we have to jump through a hoop or two to do it. Things like:
We plan to someday release a "Functional Programming 2" course in a more functional language. Perhaps Haskell, OCaml or Elixir.
But on the other hand... Python do be pretty popular...