sirego

导航

随笔分类 -  python

python第三方库学习(3):BeautifulSoup
摘要:python第三方库学习:BeautifulSoup 阅读全文

posted @ 2014-06-05 13:04 sirego

python第三方库学习(2):requests
摘要:Make a Requestr = requests.get('https://github.com/timeline.json')Passing Parameters In URLspayload = {'key1': 'value1', 'key2': 'value2'}r = requests... 阅读全文

posted @ 2014-06-05 12:55 sirego

python第三方库学习(1):qrcode
摘要:python第三方库学习:qrcode 阅读全文

posted @ 2014-06-05 12:29 sirego