dhaffner / pycon-africa

Some short code examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

$ git clone https://github.com/dhaffner/pycon-africa.git
$ cd python-africa
$ make venv
$ source venv/bin/activate
$ python example1.py
$ python example2.py
[...]

Transformation example

$ python -m __transformers__ print example5.py
$ python -m __transformers__ run example5.py

About

Some short code examples.


Languages

Language:Python 91.4%Language:Makefile 8.6%