Changes between Version 33 and Version 34 of wade/python
- Timestamp:
- Apr 7, 2011, 11:14:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wade/python
v33 v34 61 61 * http://diveintopython3.org/strings.html 62 62 63 = lib = 63 = command = 64 * py_compilefiles:將 .py 檔 compiler 成 .pyc,好處在於速度快,減少轉換為中間碼(byte-compiled)的時間。 65 66 67 = 套件 = 64 68 == mysql == 65 69 * mysqlDb:http://sourceforge.net/projects/mysql-python/ … … 92 96 tkinter._test() # for python 3.0。 python 2.X 請將 t 改為 T,Tkinter._test() 93 97 }}} 94 95 98 96 99 * http://wiki.python.org/moin/TkInter