Explore

til ×
  • screenshot

    TIL 095 – better test parametrisation in pytest

    Better Test Parametrisation in pytest This “Things I’ve Learned” post discusses how to take advantage of...

  • screenshot

    Omitting dev dependencies in Go binaries

    Omitting Dev Dependencies in Go Binaries — A trick to keep dev packages out of your...

  • screenshot

    Annotating args and kwargs in Python

    Annotating *args and **kwargs in Python “Typing *args and **kwargs has always been a pain since...

  • screenshot

    TIL 088 – Python's soft keywords

    Python’s Soft Keywords Python includes soft keywords: tokens that are important to the parser but can...