pymssql first coding
กันยายน 5, 2007
import pymssql
con = pymssql.connect( user = “sa”, password = “”, host = “127.0.0.1″, database = “master”)
q = con.cursor ()
q.execute (“SELECT SYSTEM_USER”)
for row in q.fetchall ():
print row
python module
กันยายน 5, 2007
PyGame ทำ เกมส์ 2D
Panda3D ทำเกมส์ 3D
WxPython ทำ GUI Windows และแบบ API 32 ของ Windows
pyWin32 ก้อเรียกใช้ COM Object ของ Windows มาใช้ได้
Py2Exe compile เป็น windows execute file
Zope ทำ Application Server ขนาดใหญ่ได้
pycron ทำ cron job (crontab) บน Windows
BtTracker ทำ Bittorrent Server/Tracker
Bittorrent, Bittornado ทำ client ของ bittorrent ตัวนึง
mod_python เรียกใช้ผ่าน Apache
from : http://www.citecclub.org/forum/lofiversion/index.php/t2803.html
Start
มิถุนายน 25, 2007
hello wordpress