摘要: 持续更新Python精华资源 1. python在线运行可视化 能看到程序在运行时的执行顺序,调用关系,对编程新手尤其有用 http://www.pythontutor.com/ 2. Python在线IDE http://pythonfiddle.com/ 教程 1. python最佳实践 htt 阅读全文
posted @ 2017-07-17 14:38 Jeff_blog 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 在线教育 极客学院: Rest-Framework http://www.jikexueyuan.com/course/django/ 麦子学院: Python 开发 http://www.maiziedu.com/lps2/learning/detail/13/ 慕课网: django+xadmi 阅读全文
posted @ 2017-07-17 10:48 Jeff_blog 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 通过实例化Thread类 import threading import time def get_detail_html(url): print("get detail html started") time.sleep(2) print("get detail html end") def ge 阅读全文
posted @ 2017-07-17 00:05 Jeff_blog 阅读(110) 评论(0) 推荐(0) 编辑