Unity 2017.1
Python 3.6.0
Tested on macOS Sierra Tested on Windows 10
Python scripts:
C# scripts:
Scene:
First start 2 python scripts (in seperate shell sessions):
./Python/server.py
./Python/client.py
Then start play mode of main demo scene in Unity Editor.
You should see the box jump around according to commands sent by python server script and python client script should be able to receive the location update of the same box.