Functional Programming in Python

Have you been wanting to explore functional programming style in #python, but never got around to it?

Our Playful Python team created a playground for you using the newly added python support on Code Sandbox. Five hundred and twenty nine people have played around with it so far.

This example code takes a problem and solves it using FP. It is thoroughly documented in the README with links to deep dive articles so you can understand all the concepts even if you have no background in FP.

If you've been hearing a lot of talk about functional programming and are curious about the FP approach to solving a problem, then check it out at this link: Functional Python Code Sandbox

Python functional programming code sandbox