分析检查工具 Django Silk
- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://mtford90.github.io/silk/
- 软件文档: https://github.com/mtford90/silk
软件介绍
Silk是一个Django框架的分析检查工具,功能主要包括:
通过中间件拦截请求/响应
围绕SQL执行情况进行数据库的查询和分析
通过Python装饰器进行手动、动态地分析代码块和函数。
提供上述检测手段的可视化用户界面。
在线demo:http://mtford.co.uk/silk/
Data Structures and Algorithms in Python
Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!
