snek - Python from PowerShell
https://github.com/adamdriscoll/snek [github.com]
2019-11-16 03:47
From https://ironmansoftware.com/snek-integrating-python-in-powershell/
Snek is a cross-platform PowerShell module for integrating with Python. It uses the Python for .NET library to load the Python runtime directly into PowerShell. Using the dynamic language runtime, it can then invoke Python scripts and modules and return the result directly to PowerShell as managed .NET objects.
source: R