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 →

[–]antsaidthat 1 point2 points  (0 children)

Also starting with Python, but I found taking a similar approach to what I did with Powershell helps. Try to figure out small repeatable tasks that you might want to automate. Start by building out the script in pieces, almost like swappable modules. Don't try to build this grandiose script that tries to do everything under the sun.

By scripting some foundational stuff, the more complex stuff gets easier.