The "horrible thing" in developer Erik Rose's talk from this year's PyCon is the Mediawiki syntax, but that's just a jumping off point for one of the best overviews of data parsing that I've run ...
If you work with strings in your Python scripts and you're writing obscure logic to process them, then you need to look into regex in Python. It lets you describe patterns instead of writing ...
Programming computers used to be harder. Don’t get us wrong — today, people tend to solve harder problems with computers, but the fundamental act of programming is easier. We have high-level languages ...