Presentation for Python Vigo user group in March 17, 2016.
Uses Hovercraft lib to execute slideshow
Code examples are in examples.py file. Are intended for execute in python console.
-
Clone the repo:
$ git clone git@github.com:alexhermida/special-methods-for-muggles.git $ cd special-methods-for-muggles
-
Create a virtualenv with Python 3 and activate it
$ virtualenv -p python3 .venv $ source .venv/bin/activate
-
Install dependencies
$ pip install -r requirements.txt
-
Start the slideshow:
$ hovercraft index.rst