- wolframalpha 5.0.0
- Usage
- Подробности проекта
- Ссылки проекта
- Статистика
- Метаданные
- Сопровождающие
- Классификаторы
- История выпусков Уведомления о выпусках | Лента RSS
- Загрузка файлов
- Source Distribution
- Built Distribution
- Хеши для wolframalpha-5.0.0.tar.gz
- Хеши для wolframalpha-5.0.0-py3-none-any.whl
- Помощь
- О PyPI
- Внесение вклада в PyPI
- Использование PyPI
- Using a Wolfram notebook.
- Make the call
- Get the Response
- Using a Jupyter notebook.
- Create the API
- Deploy the API
- Prepare the input parameters
- Make the call
- Get the response
wolframalpha 5.0.0
Python Client built against the Wolfram|Alpha v2.0 API.
Usage
See the self-documenting source in the docs for examples to get started.
Подробности проекта
Ссылки проекта
Статистика
Метаданные
Лицензия: MIT License
Требует: Python >=3.6
Сопровождающие
Классификаторы
История выпусков Уведомления о выпусках | Лента RSS
Загрузка файлов
Загрузите файл для вашей платформы. Если вы не уверены, какой выбрать, узнайте больше об установке пакетов.
Source Distribution
Uploaded 15 февр. 2021 г. source
Built Distribution
Uploaded 15 февр. 2021 г. py3
Хеши для wolframalpha-5.0.0.tar.gz
Алгоритм | Хеш-дайджест | |
---|---|---|
SHA256 | 38bf27654039ec85cc62c199dd319b6a4d6a7badfed7af1cd161f081afdb57c0 | Копировать |
MD5 | d685f3d9134b1536d4bd385d6b725b12 | Копировать |
BLAKE2b-256 | 893da117423c85669131d74aa9d2b8df1c68bb23e0cf6c055aa0ffd0747c7d1d | Копировать |
Хеши для wolframalpha-5.0.0-py3-none-any.whl
Алгоритм | Хеш-дайджест | |
---|---|---|
SHA256 | 159f5d8fd31e4a734a34a9f3ae8aec4e9b2ef392607f82069b4a324b6b1831d5 | Копировать |
MD5 | 0303a23a72e19083ffb74002dc7e9b60 | Копировать |
BLAKE2b-256 | e183bc28cd366bdbb5bca68d8442a485fc824d4ea16c358482b488149356d8d3 | Копировать |
Помощь
О PyPI
Внесение вклада в PyPI
Использование PyPI
Разработано и поддерживается сообществом Python’а для сообщества Python’а.
Пожертвуйте сегодня!
PyPI», «Python Package Index» и логотипы блоков являются зарегистрированными товарными знаками Python Software Foundation.
Using a Wolfram notebook.
API inputs are passed as named parameters using a Python dictionary:
Make the call
Using an authenticated cloud session, call the API from Python:
- This workflow requires the Wolfram Client Library for Python, installed as described in
.
- session is the authenticated cloud session instantiated during this workflow:
.
Get the Response
Verify that the type passed to the Wolfram Language is consistent:
Using a Jupyter notebook.
Create the API
Create a simple APIFunction:
Deploy the API
Deploy the API to the Wolfram Cloud:
Prepare the input parameters
API inputs are passed as named parameters using a Python dictionary:
Make the call
Using an authenticated cloud session, call the API from Python:
- This workflow requires the Wolfram Client Library for Python, installed as described in
.
- session is the authenticated cloud session instantiated during this workflow:
.
Get the response
Verify that the type passed to Python is consistent: