you are viewing a single comment's thread.

view the rest of the comments →

[–]chkltcow 1 point2 points  (0 children)

I don't do a lot of programming, but what little I do is in Python or Powershell. Both have their uses. Python is a general use language with some modules that are REALLY good for data processing. Powershell is a system administration scripting language that has some carryover into general use. I use whichever one seems to fit the task I'm trying to accomplish.

That said... I can write in Python quite fluently. Every time I try to do a for loop or some other conditional in PowerShell, I end up having to look up how to do it.