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...