基本信息
源码名称:Python编程实战 Mark Summerfield著的实例代码
源码大小:0.41M
文件格式:.zip
开发语言:Python
更新时间:2023-05-09
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
Python编程实战 Mark Summerfield著的实例代码
python编程实战 Mark Summerfield著的实例代码,仔细研读代码,可以很快的提升自身的python编程水平,不适合python初学者
文件清单
└── pipeg
├── Bag1.py
├── Bag2.py
├── Bag3.py
├── barchart1.py
├── barchart2.py
├── barchart3.py
├── benchmark_Scale.py
├── calculator.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
├── Event.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
├── gravitate_16x16.png
├── 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
├── gravitate_32x32.png
├── 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
├── multiplexer3.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
19 directories, 289 files
Python编程实战 Mark Summerfield著的实例代码
python编程实战 Mark Summerfield著的实例代码,仔细研读代码,可以很快的提升自身的python编程水平,不适合python初学者
文件清单
└── pipeg
├── Bag1.py
├── Bag2.py
├── Bag3.py
├── barchart1.py
├── barchart2.py
├── barchart3.py
├── benchmark_Scale.py
├── calculator.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
├── Event.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
├── gravitate_16x16.png
├── 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
├── gravitate_32x32.png
├── 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
├── multiplexer3.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
19 directories, 289 files