grandtiger / cpp_extension_talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Extension Talk

These are files accompanying a talk given in Stockholm on September 20th, 2018. The folders and code are set up to make things very simple. I'm using a weird setup with symlinks and things to even avoid using a virtual environment. You should basically just be able to go into each folder and run make with different make rules (see the Makefile in each directory) and everything should just work.

If you are running debian 9 (and probably Ubuntu), the following requirements should be enough:

    $ apt install vim make python3-dev python3-setuptools \
        python3-sklearn python3-matplotlib imagemagick gdb

About


Languages

Language:Python 53.1%Language:C++ 42.4%Language:Makefile 4.5%