This directory holds specific examples written in Python.
iot-starterkit-for-pi-and-grove-peripherals covers a version running on a Raspberry Pi with peripherals attached via a GrovePi shield.
iot-starterkit-for-desktop covers a corresponding version and helper tool running on a desktop with a graphical user interface.
device_registration_via_api demonstrates the usage of the RDMS API in order to create new device instances programatically.
binary_transfer demonstrates the low level https interactions (also suitable for uControlers) used to work with binary messages.
mqtt-over-wss demonstrates the usage of MQTT over WSS for upstream (publish) and downstream (receive messages for the "push" topic you subscribed to) interaction of a device.