From requirements.txt to pyproject.toml: My Python Evolution
A few months ago, I wrote about venturing into Python territory as a Node.js developer. That post was about culture shock—learning `requirements.txt`, virtual environments, and the Python "trinity" of Black, Flake8, and MyPy. Today, I'm writing the ...