I was reading a tweet about it yesterday and that didn't stop me from pushing a code change in production with the same rookie mistake today. Consider this function: # src.py from __future__ import annotations import logging import time from datetime impo... (more…)
Read more »
✅ Easy Web/UI Testing with Selenium & pytest. Batteries included! - seleniumbase/SeleniumBase... (more…)
Read more »
The PYthoN General UnIt Test geNerator is a test-generation tool for Python - se2p/pynguin... (more…)
Read more »
I finally beat the S&P 500 by 10%. This might not sound like much but when we’re dealing with large amounts of capital and with good… (more…)
Read more »
fork() can magically make your program do things twice. Don’t believe me? Let’s
run this small program and see for ourselves. Create a file called fork.py and
save the following code in it. (more…)
Read more »