This repository includes the slides and all support materials and code for a brownbag presentation on monads in python.
There are two functions missing implementations in the exercise/coordinates.py file.
Please attempt to implement them. Helpers for the monadic implementation are included in exercise/list.py,
along with examples of how to use the functions. There is another monadic implementation in exercise/maybe.py
that may be of use if you would like additional examples.