sirego

导航

2014年6月5日 #

python第三方库学习(3):BeautifulSoup

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

posted @ 2014-06-05 13:04 sirego 阅读(96) 评论(0) 推荐(0)

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 阅读(295) 评论(0) 推荐(0)

python第三方库学习(1):qrcode

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

posted @ 2014-06-05 12:29 sirego 阅读(174) 评论(0) 推荐(0)