- 授权协议: BSD
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/solos/baidupan
- 软件文档: http://solos.github.io/baidupan/
软件介绍
baidupan
关于
baidupan是一个百度盘(http://pan.baidu.com)API的Python SDK.
使用方法
from baidupan.baidupan import BaiduPan
if __name__ == "__main__":
access_token = ''
disk = BaiduPan(access_token)
print disk.quota()
print disk.upload('hello', path='/apps/appname/hello')
Pragmatic Thinking and Learning
Andy Hunt / The Pragmatic Bookshelf / 2008 / USD 34.95
In this title: together we'll journey together through bits of cognitive and neuroscience, learning and behavioral theory; you'll discover some surprising aspects of how our brains work; and, see how ......一起来看看 《Pragmatic Thinking and Learning》 这本书的介绍吧!
