PowerShell/demos/python/README.md

9 lines
330 B
Markdown
Raw Normal View History

# PowerShell/Python Interoperation Demo
2016-08-04 01:03:04 +02:00
The `demo_script.ps1` file in this directory walks through a
2016-08-04 01:03:04 +02:00
demonstration of basic interoperation between PowerShell and Python
including how to use JSON to exchange structured objects between
Python and PowerShell.
The other files in this directory are referenced by `demo_script.ps1`.