Well perhaps new to me would be more appropriate.
I have a XML struggling with and thought perhaps Python would be strangely easier importing XML than trying to RegEx it to pieces.
I was reviewing the Python documentation and seemed very neat, just thought since VC is windows only and thought native PowerShell support to do similar things would be interesting and perhaps lower learning curve for windows users that would presumably be more familiar with PowerShell vs Python....but I know you develop/supporting both could be a pain.
I saw python could expose some of the VC objects and such and know Posh leverages .net framework as well so just curious if this was possible or any plans.
I haven't really encountered the need to investigate the Python stuff until now since I've been working on some custom stuff but generically much of the things the python documentation suggests XML parsing, payload creation, math operations, more complicated logical operations/loops than LCB provides......etc.
Honestly right now I would imagine my thoughts would be mostly the same types of things I would try in Python I would try in Powershell.
I'm sure they have each have unique benefits / limitations from each other but I'm not explicitly aware of them. Just curious if viable alternative for some users since PowerShell is integral in the newer versions of Windows. Slightly more practical for some (me) to learn PowerShell more vs Python as well
When I was reading the wiki on Python, PoSh just popped into my head when I was looking at the examples.