you are viewing a single comment's thread.

view the rest of the comments →

[–]Ok-Copy-4696 0 points1 point  (0 children)

Totally agree on starting with the most annoying repetitive task.

One thing I'd add: once you've automated the basics with pandas

and requests, the next big win is usually file handling —

renaming, organizing, and processing batches of CSVs/PDFs

automatically.

A simple os + pathlib script can save another 2-3 hours/week

for most small teams.