Freddy A. Boulton

Blog category: python

  • Order Matters

    2021-08-23

    Finding out the hard way that the programming matters in order!

  • Memory Trouble

    2021-06-16

    A case study of how to debug memory problems in python using open source tools.

  • Awkward Probabilities

    2019-12-20

    Calculating exactly how likely it is you get seated next to your ex on a three hour flight.

  • Sequence Modeling with Pytorch

    2018-05-03

    Learning how to model an arbitrary sequence of data with deep learning.

  • Sticker Mania

    2018-04-17

    Writing a computer program to simulate how much it would cost to fill out the 2018 world cup sticker album.

  • Integer Programming Tutorial

    2018-03-08

    Learn how to problems where the answer must be a whole number.