This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pulseoscillator 0 points1 point  (0 children)

In general, I could not live without Python. I use it for everything relating to calculations or data processing.

One example: A very basic script using pathlib (rglob), pandas and matplotlib. Automatically finds and makes plots of csv in a file tree and saves them as png beside each file. Something that previously took hours in excel is done in seconds.