>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!html
(1)Python字符串python
(2)Python列表mysql
(3)Python元组web
(4)Python字典正则表达式
(5)Python之xpathsql
(6)浅析Python中bytes和str区别数据库
(7)python之懒惰属性(延迟初始化)django
(1)变量编程
(2)python以内置函数json
(6)Python之抽象基类
(10)Python元编程
(11)Python单例模式
(12)Python面对对象相关知识总结
(1)Python迭代器
(2)Python生成器
(3)Python装饰器
(3)操做系统(sys/os)
(4)Python之数学(math)和随机数(random)
(10)Python之struct
(11)Python之heapq模块
(12)Python之pickle
(13)Python之numpy库
(14)Python之operator库
(16)python库之_thread
(18) python之random库
(19) 网络爬虫必备知识之urllib
(24) 使用wsgiref库diy简单web架构
1. Python之XML文件
2. Python之CSV文件
3. Python之Excel文件
4. Python之数据库
4.1 数据库之MySql
4.2 Python之sqlite3
4.3 Python之MySQLdb
6. Python之图与图表
7. Python之描述性统计与建模
1. 网络爬虫简介
2. Python之下载缓存
3. Python之并发下载
5. Python之表单交互
6. Python之验证码处理
7. Python之Scrapy
1. Python之WebDriver API
2. Python之自动化测试模型
3. Python之unittest
3. Django之ORM模型
4. Django之模板语法
5. Django之模板继承