squirrel2300

导航

2017年4月12日 #

Python logging

摘要: 拒绝print,使用 logging ! #https://docs.python.org/3.5/howto/logging.html?highlight=logging https://docs.python.org/3.5/library/logging.html #win10 + pytho 阅读全文

posted @ 2017-04-12 00:24 squirrel2300 阅读(111) 评论(0) 推荐(0) 编辑

2017年4月11日 #

python 教程

摘要: Websites: Python Course http://www.python-course.eu/graphs_python.php 廖雪峰 http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e5 阅读全文

posted @ 2017-04-11 00:58 squirrel2300 阅读(103) 评论(0) 推荐(0) 编辑

Python IDLE theme

摘要: #转自 http://www.2cto.com/os/201507/418532.html #win10+python3.5.2 #保护视力 .idlerc 目录下新建名为 config-highlight.cfg 文件,并加入如下内容 [tango] definition-foreground = 阅读全文

posted @ 2017-04-11 00:48 squirrel2300 阅读(179) 评论(0) 推荐(0) 编辑

python 常用库及安装使用

摘要: #win10 + python3.5.2 #pip install xxx 自动下载的缓存位置: #win7 - c:\用户\(你的用户名)\AppData\Local\pip\cache\ #linux - ~/.cache/pip #all use 管理员权限#pip 更新python -m p 阅读全文

posted @ 2017-04-11 00:46 squirrel2300 阅读(275) 评论(0) 推荐(0) 编辑