Category: python
-
An Open-Source Maintainer’s Guide to Free, Everyday Work Tools

When you’re looking for software to help you manage a project, like a PhD or a wider project, every “must-have” app seems to come locked behind a hefty monthly subscription. As a PhD student, I don’t have unlimited money for tech! Luckily, there are countless brilliant open-source alternatives out there that get the job done…
-
E2E Testing with Playwright for Python: Pros and Cons

Playwright is an end-to-end (E2E) testing tool for web based applications. I’ve recently started using Playwright for testing APIs and websites, and I wanted to share my experiences. Playwright comes in two different flavours. There is ‘standard’ Playwright, which is installed using npm or yarm and involves writing tests in Javascript or Typescript. Then there…

