ÇóÒ»¸öpython¿ªÔ´³ÌÐò
ËÓÐpython django ¿ª·¢µÄ³ÌÐò »òÕßÖªµÀÄÄÓÐ ¸æËßÏ ÎÒÒªÒ»¸ö¿ªÔ´µÄ³ÌÐòѧϰÓà ¸Ð¾õ×Ô¼º±à³ÌºÜ²»¹æ·¶
µã»÷²é¿´¡¶Django Web ¿ª·¢Ö¸ÄÏ¡· http://www.ibm.com/developerworks/cn/linux/l-django/ Äã˵µÄÊÇdjango bookÄDZ¾Êé°É ÄDZ¾ÎÒ¿´ÁË ºìÉ«µÄÒýÓà Äã˵µÄÊÇdjango bookÄDZ¾Êé°É ÄDZ¾ÎÒ¿´ÁË ºìÉ«µÄ ¶Ô£¬¾ÍÊÇÄDZ¾Êé¡£
Ïà¹ØÎÊ´ð£º
´ó¼ÒºÃ£¬ÎÒÊÇÒ»¸öÐÂÊÖ£¬¸Õ¿ªÊ¼Ñ§python£¬µ«ÊǸտªÊ¼µÄhelloworld¶¼Ã»·¨´òÓ¡£¬ÈÃÎÒºÜÎÞÄΡ£ ÎÒµÄpython°²×°Â·¾¶Îªf:\python31¡£ÔÚpathÖÐÒ²ÉèÖöÔÁË£¬ÔÚwindowsÏÂÔËÐÐÊÇÕâÑùÏÔʾµÄ£¬Ï£Íû¸÷λǰ±²Ö¸µãһϡ£Ð»Ð» Pyth ......
Python code: p=[1,2,3,4,5,6] while True: for i in p: if i==4: p=[] f=[9,8,7] p.extend(f) break print i£¬',', p. ......
#! c:\python26 # Filename: backup_ver1.py import os import time source=[r'C:\test', r'C:\test1'] target_dir='D:\\back\\' target=target_dir+time.strftime('%Y%m%d%H%M%S')+'.zip' zip_command=" ......
Traceback (most recent call last): File "C:\test.py", line 80, in <module> cur.execute("update userdata set kb=0 where strAccountID='%s'" % name) ......
ѧϰPyQt£¬·¢ÏÖÆäÖÐÒ»¶Î½Å±¾ÊÇÕâÑùµÄ£º class Form(QDialog): ........ amountLabel = QLabel("Amount") self.amountLabel = QLabel() ........ pythonÖеÄÀàÖ ......