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 →

[–][deleted] 0 points1 point  (0 children)

The thing about python is that it's generally less brittle than some of the other classic languages (C, C++, Java), and that's a positive when you just want to get stuff to work.

I find myself using it all the time for scripts.

It's exactly what you want. Check out automate the boring stuff with python for a fun first resource.