Use Weird Tests to Capture Tacit Knowledge
https://jmduke.com/posts/essays/weird-tests-tacit-knowledge/
https://jmduke.com/posts/essays/weird-tests-tacit-knowledge/
Blocked by Slow Code Reviews? Here’s How to Stop Waiting
https://sourcery.ai/?utm_source=PyCodersWeekly
https://sourcery.ai/?utm_source=PyCodersWeekly
www.sourcery.ai
AI Code Reviews | Sourcery | Try for Free
AI code reviews in GitHub, GitLab, or your IDE
Python Basics Exercises: Installing Packages With pip
https://realpython.com/courses/basics-exercises-install-packages-with-pip/
https://realpython.com/courses/basics-exercises-install-packages-with-pip/
Realpython
Python Basics Exercises: Installing Packages With pip – Real Python
In this Python Basics Exercises video course, you'll practice installing packages with pip. You'll also practice creating virtual environments, making lists of requirements, and recreating a development environment.
Regex Character “$” Doesn’t Mean “End-of-String”
https://sethmlarson.dev/regex-$-matches-end-of-string-or-newline
https://sethmlarson.dev/regex-$-matches-end-of-string-or-newline
sethmlarson.dev
Regex character “$” doesn't mean “end‑of‑string”
This article is about a bit of surprising behavior I recently discovered
using Python's regex module (re) while developing SBOM tooling for CPython.
Folks who've worked with regular expressions be...
using Python's regex module (re) while developing SBOM tooling for CPython.
Folks who've worked with regular expressions be...