- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/ryanmcdermott/birdseed
软件介绍
Birdseed 使用 Twitter 的搜索 API 来获取随机数字。
要求:Python 2.7+ or Python 3.3+, pip, and Twitter App credentials
使用:
from __future__ import print_function import birdseed query = 'donald trump' access_key = 'YOUR_ACCESS_KEY' access_secret = 'YOUR_ACCESS_SECRET' consumer_key = 'YOUR_CONSUMER_KEY' consumer_secret = 'YOUR_CONSUMER_SECRET' t = birdseed.Birdseed(query, access_key, access_secret, consumer_key, consumer_secret) print(t.random())
Probability and Computing
Michael Mitzenmacher、Eli Upfal / Cambridge University Press / 2005-01-31 / USD 66.00
Assuming only an elementary background in discrete mathematics, this textbook is an excellent introduction to the probabilistic techniques and paradigms used in the development of probabilistic algori......一起来看看 《Probability and Computing》 这本书的介绍吧!
