A continued streak of excellent sci-fi novels, and a significant increase in productivity.

Articles

Python

  • Use doctest to write simple lightweight tests for small short functions. It also provides legit examples in the docstrings itself
  • Use pytest which is much faster to write than Python’s built-in unittest