实例介绍
Python 编程实战 运用设计模式、并发和程序库创建高质量程序高清电子书附加源码
【实例截图】
【核心代码】
c3af434d-de16-4269-a96f-f688dbe1d51e
└── Python编程实战 运用设计模式、并发和程序库创建高质量程序
├── python in practice
│ ├── Bag1.py
│ ├── Bag2.py
│ ├── Bag3.py
│ ├── barchart1.py
│ ├── barchart2.py
│ ├── barchart3.py
│ ├── benchmark_Scale.py
│ ├── Command.py
│ ├── currency
│ │ ├── currency.pyw
│ │ ├── images
│ │ │ ├── icon_16x16.gif
│ │ │ ├── icon_16x16.ico
│ │ │ ├── icon_16x16.png
│ │ │ ├── icon_32x32.gif
│ │ │ └── icon_32x32.png
│ │ ├── Main.py
│ │ └── Rates.py
│ ├── cyImage
│ │ ├── Globals.py
│ │ ├── Image.pyx
│ │ ├── __init__.py
│ │ ├── _Scale.pyx
│ │ ├── setup.py
│ │ ├── Xbm.pyx
│ │ └── Xpm.pyx
│ ├── cylinder_16x16.png
│ ├── cylinder1.pyw
│ ├── cylinder2.pyw
│ ├── cylinder_32x32.png
│ ├── diagram1.py
│ ├── diagram2.py
│ ├── eventhandler1.py
│ ├── eventhandler2.py
│ ├── Feed.py
│ ├── formbuilder.py
│ ├── gameboard1.py
│ ├── gameboard2.py
│ ├── gameboard3.py
│ ├── gameboard4.py
│ ├── genome1.py
│ ├── genome2.py
│ ├── genome3.py
│ ├── gpl-3.0.txt
│ ├── gravitate
│ │ ├── About.py
│ │ ├── Board.py
│ │ ├── Globals.py
│ │ ├── gravitate.pyw
│ │ ├── Help.py
│ │ ├── images
│ │ │ ├── About_16x16.gif
│ │ │ ├── Close_16x16.gif
│ │ │ ├── Help_16x16.gif
│ │ │ ├── icon_16x16.gif
│ │ │ ├── icon_16x16.ico
│ │ │ ├── icon_32x32.gif
│ │ │ ├── icon_32x32.png
│ │ │ ├── New_16x16.gif
│ │ │ └── Preferences_16x16.gif
│ │ ├── Main.py
│ │ └── Preferences.py
│ ├── gravitate2
│ │ ├── About.py
│ │ ├── Board.py
│ │ ├── GameOver.py
│ │ ├── Globals.py
│ │ ├── gravitate.pyw
│ │ ├── Help.py
│ │ ├── images
│ │ │ ├── About_16x16.gif
│ │ │ ├── Circle_16x16.gif
│ │ │ ├── Close_16x16.gif
│ │ │ ├── Help_16x16.gif
│ │ │ ├── Hexagon_16x16.gif
│ │ │ ├── icon_16x16.gif
│ │ │ ├── icon_16x16.ico
│ │ │ ├── icon_32x32.gif
│ │ │ ├── icon_32x32.png
│ │ │ ├── New_16x16.gif
│ │ │ ├── Octagon_16x16.gif
│ │ │ ├── Preferences_16x16.gif
│ │ │ ├── Shape_16x16.gif
│ │ │ ├── Spiral_16x16.gif
│ │ │ └── Square_16x16.gif
│ │ ├── Main.py
│ │ ├── Options.py
│ │ ├── Preferences.py
│ │ └── Shapes.py
│ ├── gravitate3d.pyw
│ ├── grid.py
│ ├── hello.pyw
│ ├── hyph_de_DE.dic
│ ├── Hyphenate1.py
│ ├── Hyphenate2
│ │ ├── chyphenate.pxd
│ │ ├── Hyphenate.pyx
│ │ ├── __init__.py
│ │ └── setup.py
│ ├── hyph_en_US.dic
│ ├── hyph_fr_FR.dic
│ ├── Image
│ │ ├── __init__.py
│ │ ├── Png.py
│ │ ├── Xbm.py
│ │ └── Xpm.py
│ ├── imageproxy1.py
│ ├── imageproxy2.py
│ ├── imagescale
│ │ ├── About.py
│ │ ├── Globals.py
│ │ ├── images
│ │ │ ├── icon_16x16.gif
│ │ │ ├── icon_32x32.gif
│ │ │ ├── icon_32x32.ico
│ │ │ └── icon_32x32.png
│ │ ├── ImageScale.py
│ │ ├── imagescale.pyw
│ │ └── Main.py
│ ├── imagescale-c.py
│ ├── imagescale-m.py
│ ├── imagescale-q-m.py
│ ├── imagescale-s.py
│ ├── imagescale-t.py
│ ├── mediator1d.py
│ ├── mediator1.py
│ ├── mediator2d.py
│ ├── mediator2.py
│ ├── meter_16x16.gif
│ ├── meter_32x32.gif
│ ├── meter_32x32.ico
│ ├── meter_32x32.png
│ ├── meterclient-rpc.py
│ ├── meterclient-rpyc.py
│ ├── MeterLogin.py
│ ├── MeterMT.py
│ ├── Meter.py
│ ├── meter-rpc.pyw
│ ├── meter-rpyc.pyw
│ ├── meterserver-rpc.py
│ ├── meterserver-rpyc.py
│ ├── multiplexer1.py
│ ├── multiplexer2.py
│ ├── observer.py
│ ├── pointstore1.py
│ ├── pointstore2.py
│ ├── Qtrac.py
│ ├── README.txt
│ ├── render1.py
│ ├── render2.py
│ ├── Scale
│ │ ├── Fast.pyx
│ │ ├── __init__.py
│ │ ├── setup.py
│ │ └── Slow.py
│ ├── Session.py
│ ├── stationery1.py
│ ├── stationery2.py
│ ├── tabulator1.py
│ ├── tabulator2.py
│ ├── tabulator3.py
│ ├── tabulator4.py
│ ├── texteditor
│ │ ├── About.py
│ │ ├── Editor.py
│ │ ├── Find.py
│ │ ├── Globals.py
│ │ ├── images
│ │ │ ├── About_16x16.gif
│ │ │ ├── AlignCenter_16x16.gif
│ │ │ ├── AlignCenter_24x24.gif
│ │ │ ├── AlignLeft_16x16.gif
│ │ │ ├── AlignLeft_24x24.gif
│ │ │ ├── AlignRight_16x16.gif
│ │ │ ├── AlignRight_24x24.gif
│ │ │ ├── Bold_16x16.gif
│ │ │ ├── Bold_24x24.gif
│ │ │ ├── Copy_16x16.gif
│ │ │ ├── Copy_24x24.gif
│ │ │ ├── Cut_16x16.gif
│ │ │ ├── Cut_24x24.gif
│ │ │ ├── Extend_16x16.gif
│ │ │ ├── Find_16x16.gif
│ │ │ ├── Find_24x24.gif
│ │ │ ├── Help_16x16.gif
│ │ │ ├── icon_16x16.gif
│ │ │ ├── icon_16x16.ico
│ │ │ ├── icon_32x32.gif
│ │ │ ├── icon.png
│ │ │ ├── Italic_16x16.gif
│ │ │ ├── Italic_24x24.gif
│ │ │ ├── New_16x16.gif
│ │ │ ├── New_24x24.gif
│ │ │ ├── Open_16x16.gif
│ │ │ ├── Open_24x24.gif
│ │ │ ├── Paste_16x16.gif
│ │ │ ├── Paste_24x24.gif
│ │ │ ├── Preferences_16x16.gif
│ │ │ ├── Preferences_24x24.gif
│ │ │ ├── Quit_16x16.gif
│ │ │ ├── Redo_16x16.gif
│ │ │ ├── Redo_24x24.gif
│ │ │ ├── Save_16x16.gif
│ │ │ ├── Save_24x24.gif
│ │ │ ├── SaveAs_16x16.gif
│ │ │ ├── ToolbarMenu_3x24.gif
│ │ │ ├── Undo_16x16.gif
│ │ │ ├── Undo_24x24.gif
│ │ │ └── Unextend_16x16.gif
│ │ ├── Main.py
│ │ ├── Options.py
│ │ ├── Preferences.py
│ │ └── texteditor.pyw
│ ├── texteditor2
│ │ ├── About.py
│ │ ├── Colors.py
│ │ ├── Display.py
│ │ ├── Editor.py
│ │ ├── Find.py
│ │ ├── Globals.py
│ │ ├── images
│ │ │ ├── About_16x16.gif
│ │ │ ├── AlignCenter_16x16.gif
│ │ │ ├── AlignCenter_24x24.gif
│ │ │ ├── AlignLeft_16x16.gif
│ │ │ ├── AlignLeft_24x24.gif
│ │ │ ├── AlignRight_16x16.gif
│ │ │ ├── AlignRight_24x24.gif
│ │ │ ├── Bold_16x16.gif
│ │ │ ├── Bold_24x24.gif
│ │ │ ├── Copy_16x16.gif
│ │ │ ├── Copy_24x24.gif
│ │ │ ├── Cut_16x16.gif
│ │ │ ├── Cut_24x24.gif
│ │ │ ├── drag.cur
│ │ │ ├── drag.gif
│ │ │ ├── drag_mask.xbm
│ │ │ ├── drag.png
│ │ │ ├── drag.xbm
│ │ │ ├── Extend_16x16.gif
│ │ │ ├── Find_16x16.gif
│ │ │ ├── Find_24x24.gif
│ │ │ ├── Help_16x16.gif
│ │ │ ├── icon_16x16.gif
│ │ │ ├── icon_16x16.ico
│ │ │ ├── icon_32x32.gif
│ │ │ ├── icon.png
│ │ │ ├── Italic_16x16.gif
│ │ │ ├── Italic_24x24.gif
│ │ │ ├── New_16x16.gif
│ │ │ ├── New_24x24.gif
│ │ │ ├── Open_16x16.gif
│ │ │ ├── Open_24x24.gif
│ │ │ ├── Paste_16x16.gif
│ │ │ ├── Paste_24x24.gif
│ │ │ ├── Preferences_16x16.gif
│ │ │ ├── Preferences_24x24.gif
│ │ │ ├── Quit_16x16.gif
│ │ │ ├── Redo_16x16.gif
│ │ │ ├── Redo_24x24.gif
│ │ │ ├── Save_16x16.gif
│ │ │ ├── Save_24x24.gif
│ │ │ ├── SaveAs_16x16.gif
│ │ │ ├── ToolbarMenu_3x24.gif
│ │ │ ├── Undo_16x16.gif
│ │ │ ├── Undo_24x24.gif
│ │ │ └── Unextend_16x16.gif
│ │ ├── Main.py
│ │ ├── Options.py
│ │ ├── Preferences.py
│ │ └── texteditor.pyw
│ ├── tilefall_16x16.png
│ ├── tilefall_32x32.png
│ ├── TkUtil
│ │ ├── About.py
│ │ ├── Dialog.py
│ │ ├── DockManager.py
│ │ ├── Dock.py
│ │ ├── images
│ │ │ ├── DockLeft_16x16.gif
│ │ │ ├── DockRight_16x16.gif
│ │ │ ├── Hide_16x16.gif
│ │ │ └── Undock_16x16.gif
│ │ ├── __init__.py
│ │ ├── ListBox.py
│ │ ├── Scrollbar.py
│ │ ├── Settings.py
│ │ ├── TextEdit.py
│ │ ├── Tooltip.py
│ │ └── TreeView.py
│ ├── Unpack.py
│ ├── validate1.py
│ ├── validate2.py
│ ├── whatsnew-c.py
│ ├── whatsnew.dat
│ ├── whatsnew-m.py
│ ├── whatsnew.py
│ ├── whatsnew-q-m.py
│ ├── whatsnew-q.py
│ ├── whatsnew-t.py
│ ├── wordcount1.py
│ └── wordcount2.py
└── Python编程实战 运用设计模式、并发和程序库创建高质量程序.pdf
20 directories, 285 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论