res.pod.subpod wolframalpha python code example
Example 1: wolfram alpha python module
import wolframalpha
client = wolframalpha.Client(app_id)
Example 2: wolfram alpha python module
res = client.query('temperature in Washington, DC on October 3, 2012')