Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 637 Bytes

File metadata and controls

31 lines (18 loc) · 637 Bytes

Functional programming for Python programmers

By Johan Lodin, presented 2019-11-21 at GothPy.

The slides are written in Markdown and are directly readable without any processing: slides.md.

Building the slideshow

To produce slideshow.html, run

npm run once

To automatically update slideshow.html when slides.md changes, run

npm run watch

System dependencies

  • npm

Copyright and license

Copyright © 2019 Johan Lodin

The slides and exercises are distributed under CC BY-NC-SA 4.0.

The code is distributed under the 3-Clause BSD License.