I replaced all my bash scripts with Python. Here’s what improved, what broke, and why the switch changed my workflow.
There are many great libraries for string processing! Mostly, of course, written in Assembly, C, and C++, but some in Rust as well. 😅 Where Rust decimates C and C++, is the simplicity of dependency ...
CSV means comma separated values. It's like a normal "txt" file with commas at regular places to separate some values. Typically the first line of CSV file is a "header", containing names of columns ...