Functional Python Talk Given At Perth Djangonauts Meetup 7th April, 2016.
Clojure project to build the slides HTML is in the folder builder
.
Code is in folder languages
. To run:
cd languages
python imperative.py
python functional.py
Refactoring Object Oriented Mutatey approach into Functional Approach
This is found in folder derby1
. Run the code with python main.py
.
This code is found in folder derby2
. Run the code with python main.py
.
There is a version with the main simulation in a reduce call. This is in
the file python main-reduce.py
Didn't have time to move to this next way of coding in the talk. But check
it out to see how far one can go. This code is found in derby3
. Run this
with python main.py