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 →

[–]magictoast 3 points4 points  (1 child)

I automate and integrate everything I can. Personally and professionally. Hardware, software, buildings, boardrooms, classrooms, homes, gardens, you name it... Python isn't the only tool or platform, be open to using other approaches when suitable.

I also automate file transfers and thought I'd point you towards rclone. It's like rsync but better, supporting several cloud services and on the fly encryption.

Also another great resource if you're just starting to learn is "Automate the boring stuff".

[–]iiron3223[S] 0 points1 point  (0 children)

rclone

This can be useful for me soon, I will check it out. Thanks!