摘要: 1- IPython简介 HomePage:http://ipython.org/ IPython(interactive Python) provides a rich architecture for interactive computing with: A powerful interact 阅读全文
posted @ 2018-11-22 23:43 Anliven 阅读(449) 评论(0) 推荐(0) 编辑
摘要: 1- pycallgraph简介 可用于创建python函数关系图,依赖于dot命令,需要先安装 graphviz; HomePage:http://pycallgraph.slowchop.com/ Docs:https://pycallgraph.readthedocs.io/en/master 阅读全文
posted @ 2018-11-22 23:24 Anliven 阅读(10208) 评论(0) 推荐(0) 编辑
摘要: 1- objgraph简介 1- objgraph简介 HomePage:https://mg.pov.lt/objgraph/ PyPI:https://pypi.org/project/objgraph/ 一般用于分析python对象相关问题,列出当前内存中存在的对象,定位内存泄露等; 还可以利 阅读全文
posted @ 2018-11-22 23:18 Anliven 阅读(3844) 评论(0) 推荐(0) 编辑
摘要: 1-简介 Home Page : https://www.pylint.org/ 检查语法错误,是否遵守编码风格标准、潜在的问题等; 支持自定义配置:例如显示或隐藏特定的警告,并且可以通过编写插件来添加功能; 使用Pylint检查文件时,需要直接将模块或包名作为参数; 可以在命令行以脚本方式运行(p 阅读全文
posted @ 2018-11-22 23:05 Anliven 阅读(10144) 评论(0) 推荐(0) 编辑
摘要: 01 - Python文档 Python:https://www.python.org/ Documentation:https://docs.python.org/ Standard Library:Python2(https://docs.python.org/2/library/)、Pytho 阅读全文
posted @ 2018-11-22 00:04 Anliven 阅读(538) 评论(0) 推荐(0) 编辑