>>> 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之模板繼承