1. Python self references - 2018 April 22

    This is a bit of Python trivia but Python containers can store items that are self references.


    read more
  2. TIL: Install options for pip in requirements.txt - 2018 February 14

    Some things I learned about pip installs from requirements.txt


    read more
  3. TIL: Python import machinery details - 2018 February 09

    Some things I learned about imports and stack frames in Python


    read more
  4. Logging uncaught exceptions in Python applications - 2018 February 06

    You want to be able to get good logging data from your applications to be able to reduce the amount of time that you require in order to fix issues and debug problems. This is especially important for any unhandled exceptions that crash the program. This tutorial will show you a convenient way of making sure these are logged.


    read more
  5. TIL: Python hashing implementation details - 2017 December 24

    Some things I learned about hashing in CPython


    read more
  6. 2017 tech thoughts - 2017 December 09

    A summary of tech that I have used in 2017 that I found both interesting and valuable.


    read more
  7. Interfacing Python with C or C++ - 2017 August 25

    A catalogue of techniques for interfacing python with compiled code written in c or c++


    read more
  8. Getting the MMAP array library on PyPi - 2016 October 11

    Improvements required to get the MMAP array package on PyPi and make it easy for collaboration.


    read more
  9. CompCon 2016 - 2016 October 05

    CompCon 2016


    read more
  10. 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

« Page 29 / 32 »