sjaensch / type_annotations_talk

The slides and notes for the talk about type annotations with larger codebases. I held an early version of the talk at PyCon.DE 2017, and then an updated one at EuroPython 2018 and PyCon Russia 2018.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source code to my EuroPython 2018 talk slides "Type annotations with larger code bases". It's a clone of the reveal.js repository with my content added. The text is in the index.html file, you can find all the images in the images subfolder.

Presenting

Showing the slides is very easy:

npm install
npm start

This will install all of the prerequisites (assuming you have npm installed) and launch a web browser pointed to http://localhost:8000. Please refer to the reveal.js documentation](https://github.com/hakimel/reveal.js/blob/master/README.md) for more information (such as how to generate a PDF version of the slides).

About

The slides and notes for the talk about type annotations with larger codebases. I held an early version of the talk at PyCon.DE 2017, and then an updated one at EuroPython 2018 and PyCon Russia 2018.

License:MIT License


Languages

Language:JavaScript 46.5%Language:CSS 34.5%Language:HTML 19.0%