1. PyCon USA 2019 poster session poster - 2019 May 05

    Here's the high res PDF poster from the PyCon USA 2019 poster session.


    read more
  2. PyCon USA 2019 coming up! - 2019 May 01

    PyCon USA 2019


    read more
  3. Getting Altair to render inline in Jupyter - 2019 April 11

    Run into the issue where Altair won't plot inline in your Jupyter notebooks? Here's a reason why it happens and how to fix it.


    read more
  4. Girls In Tech San Francisco workshop - 2019 February 08

    The Girls In Tech workshop I facilitated in January-February 2019


    read more
  5. Pair programming with beginners - 2018 November 12

    Effectively using pair programming to teach beginning programmers


    read more
  6. PyCon Australia 2018 - 2018 September 01

    Some of my notes from PyCon Australia 2018


    read more
  7. A couple of questions about mypy - 2018 July 20

    mypy is a useful tool for code quality in Python, I had a fellow developer ask me a few questions about it over email and my answers to some of the questions are in this post.


    read more
  8. Python's __hash__ function is not a cryptographic hash - 2018 July 14

    You may have noticed that Python has an internal hashing method. Please note that this is not suitable as a cryptographic hash. If you need a cryptographic hash please use something else like hashlib.


    read more
  9. Limiting the runtime of Python unit tests - 2018 June 23

    If you need to limit the run time of python unit tests you can use the pytest-timeout decorator to do it.


    read more
  10. Pytest fixtures with Flask - 2018 May 27

    Recently I've been working on a web API with Flask, here's how I went about making unit tests with pytest work well with Flask and testing the API via requests.


    read more

« Page 9 / 13 »