Skip to main content

Wolfram|Alpha 2.0 API client

Project description

wolframalpha

Python Client built against the Wolfram|Alpha v2.0 API.

Usage

Basic usage is pretty simple. Create the client with your App ID (request from Wolfram Alpha):

import wolframalpha
client = wolframalpha.Client(app_id)

Then, you can send queries, which return Result objects:

res = client.query('temperature in Washington, DC on October 3, 2012')

Result objects have pods attribute (a Pod is an answer from Wolfram Alpha). You may also query for simple the pods which have ‘Result’ titles:

print(res.results[0].text)

For more information, read the source.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wolframalpha-1.0.zip (4.8 kB view details)

Uploaded Source

File details

Details for the file wolframalpha-1.0.zip.

File metadata

  • Download URL: wolframalpha-1.0.zip
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wolframalpha-1.0.zip
Algorithm Hash digest
SHA256 85f7adab4cf7688ec9429eb420a9d0e83161cb597b06f9455a521ad8a077dba4
MD5 ed8df83fbfd09f99c6277fad18930ede
BLAKE2b-256 157942e7134d057bae9c27a02b908b78829376288adfc1e1b8672f6511144096

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page