Other articles


  1. Generating python bindings from C++11 with pybind11 - 2016 September 25

    A tutorial showing you how you can use pybind11 to expose c++11 code to python and why you might consider doing so in your project.


    read more
  2. Deprecation warnings in python - 2016 September 25

    A tutorial for deprecation warnings in Python


    read more
  3. Python's comprehensions syntax for java developers - 2015 October 19

    A tutorials explaining how the comprehensions syntax in Python works for those from a Java background.


    read more
  4. Code repair 2: Fibonacci and standard deviations homework (part 1) - 2014 July 18

    Improving some beginner c++ numerical code


    read more
  5. Code repair 2: Fibonacci and standard deviations homework (part 2) - 2014 July 18

    Bringing some c++ student code up to a professional level


    read more
  6. Code repair 1: the problem with rand() - 2014 May 25

    Issues with the rand() function and a c++11 solution


    read more
  7. Code repair series introduction - 2014 May 25

    A series of tutorials about learning better code repair and refactoring techniques using real code examples.


    read more
  8. Setting up Pelican on PythonAnywhere - 2014 May 24

    setting up a Pelican powered blog on Python anywhere


    read more