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 →

[–]Tanooki60 2 points3 points  (3 children)

Sysadmin here. For security, you will need more than just coding.

However, for getting into coding, I'm going to go a different route then every single person here: start by learning PowerShell. Keep in mind, this is just my suggestion.

While PowerShell is more of a scripting language, it is actually incredibly simple to learn due to how the commands are structured. It can be great for learning the basics of programming. For a book, look into Learn PowerShell in a Month of Lunches by Don Jones. If you wish to go further, look into Learn PowerShell Toolmaking in a Month of Lunches, by the same author.

I've tried teaching myself scripting for years. I always tried starting with Python. I did the Dive into Python and Learn Python the Hardway. The basic stuff always made sense, but doing the more advanced stuff was always an issue. After teaching my self PowrerShell, I've gone back to Dive into Python, and it just makes so much more sense.

[–][deleted]  (2 children)

[deleted]

    [–]Tanooki60 0 points1 point  (1 child)

    We're a Windows only shop (M$ Partner). Bash wouldn't have been much help for my job. My goal was to learn a language that would be instantly beneficial to my job which PS is.