Monads have a reputation as being a very complicated aspect of functional programming. In this article we demystify them and learn how to apply monads in our code...
Here we implement the robot kata in a functional programming style...
We just released a video showing how to use PyScript to build a Tic Tac Toe game from scratch in just 10 minutes....
Hands-on exercises, PyScript, Functional Programming, PyCon US 2022...
You get better at programming just like how you get better at anything else – by practicing. The question is: how to practice in an effective way?...
In this exercise we are going to get some hands on practice using higher order functions. We are going to have a form simulating a ticket booking UI. The user can enter the...