python: 3

  • Typechecking Python for fun (and profit?) 30 May 2020 - python dev

    I'm assuming you agree (or will consider) that adding some type-checking to your Python code can help you find bugs or otherwise improve your software. You've definitely heard of mypy, and possibly one or more of pytype, pyre, and pyright. That's a lot of options! What should you use?

  • Developing with Empathy 07 September 2019 - python dev talk

    I gave a talk at PyColorado 2019! Thank you to Frank, Scott, Emily, the Cuttlesoft team, and everyone else at PyColorado for an awesome event!

  • Command-line tools are fast; is Python faster? 21 March 2016 - python dev dask data

    A little while ago, I encountered a blog post that's stuck in my head ever since -- Adam Drake's experiment with command-line tools for data processing. Ever since then, I've wanted to do a little experimenting of my own. I finally got around to it this evening.