Simple Query in Python
Demonstrating how to query Einztein.com courses in Python language.
steps to use this sample:
- Get a API key from Einztein.com if you don't have one. Check here to get more details.
- Install Python dependence module:
- simplejson for json format, here is the python doc for simplejson http://simplejson.googlecode.com/svn/tags/simplejson-2.1.1/docs/index.html:
easy_install -U simplejson - Search in command line:
python query.py 'query string' einztein_key
Tracking History
When | Who | What Done |
---|---|---|
2010-11-08 11:29 | Sean Chen |
a very simple Python command line client to query einztein courses: revision ra77f6dc0. -- 2.0 Hours, 100.0% Done |