随笔分类 -  python

摘要:# -*- coding: utf-8 -*-'''Created on 2012-9-16@author: IBM'''from Tkinter import *from docutils.nodes import rowfrom win32event import *from win32api import *import win32apiclass EntryFormatting: def __init__(self, master): frame = Frame(master) Label(frame, text=' ') 阅读全文
posted @ 2012-09-16 13:23 麦峰强 阅读(1439) 评论(0) 推荐(0)
摘要:初级教程:(ebook - HTML - Python) O'Reilly - Python Developer's Handbook.rar(ebook - PS - Python) How to Think Like a Computer Scientist, Python Edition.rar(ebook) Python 2.1 Bible - 2001.pdfCore_Python_Programming(Prentice Hall PTR).pdfO'Reilly - Python & XML.rarO'Reilly - Python Pro 阅读全文
posted @ 2011-11-19 16:52 麦峰强 阅读(835) 评论(0) 推荐(0)
摘要:pygame: http://pygame.org/ftp/ 阅读全文
posted @ 2011-11-08 07:36 麦峰强 阅读(189) 评论(0) 推荐(0)