博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python Cookbook, Second Edition
阅读量:4230 次
发布时间:2019-05-26

本文共 1090 字,大约阅读时间需要 3 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

The Python Cookbook, 2nd Edition offers a wealth of useful code for all Python programmers, not just advanced practitioners. Like its predecessor, the new edition provides solutions to problems that Python programmers face everyday. It now includes over 200 recipes that range from simple tasks, such as working with dictionaries and list comprehensions, to complex tasks, such as monitoring a network and building a templating system. This revised version also includes new chapters on topics such as time, money, and metaprogramming.

Another advantage of The Python Cookbook, 2nd Edition is its trio of authors--three well-known Python programming experts, who are highly visible on email lists and in newsgroups, and speak often at Python conferences. With scores of practical examples and pertinent background information, The Python Cookbook, 2nd Edition is the one source you need if you're looking to build efficient, flexible, scalable, and well-integrated systems.

http://rapidshare.com/files/52366129/0596007973.zip
你可能感兴趣的文章
centos添加yum源
查看>>
Linux centos添加源+网易163源+搜狐源
查看>>
Linux rpm 命令参数使用详解[介绍和应用]
查看>>
Redhat/CentOS 软件安装之RPM和YUM
查看>>
Linux strace命令
查看>>
看文档还是看源代码+调试--附带rsyslog的例子
查看>>
查看 SELinux状态及关闭SELinux
查看>>
CentOS常用到的查看系统命令
查看>>
如何查看已安装的CentOS版本信息
查看>>
CentOS 6.5下利用Rsyslog+LogAnalyzer+MySQL部署日志服务器
查看>>
Linux学习之CentOS(十三)--CentOS6.4下Mysql数据库的安装与配置
查看>>
关于systemd和sysvinit的说明
查看>>
Linux 中 rc.local、init.d、rc.x、init 这几个文件(夹)各有什么作用?启动执行的脚本应该均放在 rc.local 中吗?
查看>>
linux中/etc/rc.d/rc.local和/etc/rc.local这两个文件有什么区别
查看>>
/etc/rc.d/rc.local linux启动自动开启某些服务
查看>>
UNIX文件权限详解(尤其是SUID和SGID)
查看>>
libc、glibc与gcc
查看>>
linux内核设计与实现的读书笔记1 -内核开发头文件
查看>>
编译链接------Linux环境下c语言静态链接库和动态链接库创建和使用
查看>>
C++静态库与动态库
查看>>