Our basic Python API has very limited functionality. It allows you to record events, set properties and alias users, but it has:
For these reasons we recommend our Javascript API to most users. You might also consider looking at Other/3rd-Party Libraries.
You can download a copy of the API from:
You will need your API key which you can find in your site settings.
Before calling any of the common methods you must call KM.init with a valid API key:
KM.init(string KM_KEY)
Example:
KM.init("this is your key")
Please see:
Filed under APIs