基本信息
源码名称:Learning Python Application Development(pdf+epub+mobi+code_files).zip
源码大小:73.55M
文件格式:.zip
开发语言:Python
更新时间:2023-11-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Learning Python Application Development Learning Python Application Development

.
├── Learning Python Application Development(pdf epub mobi code_files).zip_LearningPythonApplicationDevelopment.zip
├── Learning Python Application Development_Code.zip
└── LearningPythonApplicationDevelopment_code
    ├── Chapter 1
    │   ├── LICENSE.txt
    │   ├── README
    │   ├── ch01_ex01.py
    │   ├── ch01_ex02.py
    │   ├── ch01_ex03.py
    │   ├── ch01_ex03_AbstractBaseClass.py
    │   ├── example_abc.py
    │   └── src_ch1_python2
    │       ├── LICENSE.txt
    │       ├── ch01_ex01.py
    │       ├── ch01_ex02.py
    │       ├── ch01_ex03.py
    │       └── ch01_ex03_AbstractBaseClass.py
    ├── Chapter 10
    │   └── B05034_ch10_SRC_V2
    │       ├── Hut_small.gif
    │       ├── Jungle_small.gif
    │       ├── LICENSE.txt
    │       ├── README
    │       ├── README~
    │       ├── gridmanager.py
    │       ├── hutgame.py
    │       ├── hutgame_mvc.py
    │       ├── hutgame_mvc_pubsub.py
    │       ├── mainloop_example.py
    │       ├── simple_application_1.py
    │       ├── simple_application_2.py
    │       ├── simple_application_bind_method.py
    │       └── src_ch10_python2
    │           ├── Hut_small.gif
    │           ├── Jungle_small.gif
    │           ├── LICENSE.txt
    │           ├── README~
    │           ├── gridmanager.py
    │           ├── hutgame.py
    │           ├── hutgame_mvc.py
    │           ├── hutgame_mvc_pubsub.py
    │           ├── mainloop_example.py
    │           ├── simple_application_1.py
    │           ├── simple_application_2.py
    │           └── simple_application_bind_method.py
    ├── Chapter 2
    │   ├── LICENSE.txt
    │   ├── README
    │   ├── attackoftheorcs_v1_1.py
    │   ├── ch01_ex03_AbstractBaseClass.py
    │   ├── gameuniterror.py
    │   ├── heal_exception_example.py
    │   ├── multiple_exceptions_example.py
    │   └── src_ch2_python2
    │       ├── LICENSE.txt
    │       ├── attackoftheorcs_v1_1.py
    │       ├── ch01_ex03_AbstractBaseClass.py
    │       ├── gameuniterror.py
    │       ├── heal_exception_example.py
    │       └── multiple_exceptions_example.py
    ├── Chapter 3
    │   └── B05034_ch3_SRC_V3
    │       ├── README
    │       ├── src_ch3_python2
    │       │   └── py2_wargame_distribution
    │       │       ├── LICENSE.txt
    │       │       ├── MANIFEST.in
    │       │       ├── README
    │       │       ├── setup.py
    │       │       └── wargame
    │       │           ├── __init__.py
    │       │           ├── abstractgameunit.py
    │       │           ├── attackoftheorcs.py
    │       │           ├── gameuniterror.py
    │       │           ├── gameutils.py
    │       │           ├── hut.py
    │       │           ├── knight.py
    │       │           └── orcrider.py
    │       └── wargame_distribution
    │           ├── LICENSE.txt
    │           ├── MANIFEST.in
    │           ├── README
    │           ├── setup.py
    │           └── wargame
    │               ├── __init__.py
    │               ├── abstractgameunit.py
    │               ├── attackoftheorcs.py
    │               ├── gameuniterror.py
    │               ├── gameutils.py
    │               ├── hut.py
    │               ├── knight.py
    │               └── orcrider.py
    ├── Chapter 4
    │   └── B05034_ch4_SRC_V3
    │       ├── README
    │       ├── README~
    │       ├── src_ch4_python2
    │       │   └── wargame
    │       │       ├── LICENSE
    │       │       ├── __init__.py
    │       │       ├── abstractgameunit.py
    │       │       ├── attackoftheorcs.py
    │       │       ├── docs
    │       │       │   ├── Makefile
    │       │       │   ├── build
    │       │       │   │   ├── _sources
    │       │       │   │   │   ├── index.txt
    │       │       │   │   │   ├── modules.txt
    │       │       │   │   │   └── wargame.txt
    │       │       │   │   ├── _static
    │       │       │   │   │   ├── ajax-loader.gif
    │       │       │   │   │   ├── basic.css
    │       │       │   │   │   ├── comment-bright.png
    │       │       │   │   │   ├── comment-close.png
    │       │       │   │   │   ├── comment.png
    │       │       │   │   │   ├── default.css
    │       │       │   │   │   ├── doctools.js
    │       │       │   │   │   ├── down-pressed.png
    │       │       │   │   │   ├── down.png
    │       │       │   │   │   ├── file.png
    │       │       │   │   │   ├── jquery.js
    │       │       │   │   │   ├── minus.png
    │       │       │   │   │   ├── plus.png
    │       │       │   │   │   ├── pygments.css
    │       │       │   │   │   ├── searchtools.js
    │       │       │   │   │   ├── sidebar.js
    │       │       │   │   │   ├── underscore.js
    │       │       │   │   │   ├── up-pressed.png
    │       │       │   │   │   ├── up.png
    │       │       │   │   │   └── websupport.js
    │       │       │   │   ├── genindex.html
    │       │       │   │   ├── index.html
    │       │       │   │   ├── modules.html
    │       │       │   │   ├── objects.inv
    │       │       │   │   ├── py-modindex.html
    │       │       │   │   ├── search.html
    │       │       │   │   ├── searchindex.js
    │       │       │   │   └── wargame.html
    │       │       │   ├── create_apidoc
    │       │       │   ├── make.bat.txt
    │       │       │   └── source
    │       │       │       ├── _static
    │       │       │       ├── _templates
    │       │       │       ├── conf.py
    │       │       │       ├── conf.py~
    │       │       │       ├── index.rst
    │       │       │       ├── modules.rst
    │       │       │       └── wargame.rst
    │       │       ├── gameuniterror.py
    │       │       ├── gameutils.py
    │       │       ├── hut.py
    │       │       ├── knight.py
    │       │       └── orcrider.py
    │       └── wargame
    │           ├── LICENSE
    │           ├── __init__.py
    │           ├── abstractgameunit.py
    │           ├── attackoftheorcs.py
    │           ├── docs
    │           │   ├── Makefile
    │           │   ├── build
    │           │   │   ├── _sources
    │           │   │   │   ├── index.txt
    │           │   │   │   ├── modules.txt
    │           │   │   │   └── wargame.txt
    │           │   │   ├── _static
    │           │   │   │   ├── ajax-loader.gif
    │           │   │   │   ├── alabaster.css
    │           │   │   │   ├── basic.css
    │           │   │   │   ├── comment-bright.png
    │           │   │   │   ├── comment-close.png
    │           │   │   │   ├── comment.png
    │           │   │   │   ├── doctools.js
    │           │   │   │   ├── down-pressed.png
    │           │   │   │   ├── down.png
    │           │   │   │   ├── file.png
    │           │   │   │   ├── jquery-1.11.1.js
    │           │   │   │   ├── jquery.js
    │           │   │   │   ├── minus.png
    │           │   │   │   ├── plus.png
    │           │   │   │   ├── pygments.css
    │           │   │   │   ├── searchtools.js
    │           │   │   │   ├── underscore-1.3.1.js
    │           │   │   │   ├── underscore.js
    │           │   │   │   ├── up-pressed.png
    │           │   │   │   ├── up.png
    │           │   │   │   └── websupport.js
    │           │   │   ├── genindex.html
    │           │   │   ├── index.html
    │           │   │   ├── modules.html
    │           │   │   ├── objects.inv
    │           │   │   ├── py-modindex.html
    │           │   │   ├── search.html
    │           │   │   ├── searchindex.js
    │           │   │   └── wargame.html
    │           │   ├── create_apidoc
    │           │   ├── make.bat.txt
    │           │   └── source
    │           │       ├── _static
    │           │       ├── _templates
    │           │       ├── conf.py
    │           │       ├── conf.py~
    │           │       ├── index.rst
    │           │       ├── modules.rst
    │           │       └── wargame.rst
    │           ├── gameuniterror.py
    │           ├── gameutils.py
    │           ├── hut.py
    │           ├── knight.py
    │           ├── knight.py.patch
    │           └── orcrider.py
    ├── Chapter 5
    │   └── B05034_ch5_SRC_V2
    │       ├── README
    │       ├── src_ch5_python2
    │       │   └── wargame
    │       │       ├── LICENSE
    │       │       ├── __init__.py
    │       │       ├── abstractgameunit.py
    │       │       ├── attackoftheorcs.py
    │       │       ├── gameuniterror.py
    │       │       ├── gameutils.py
    │       │       ├── hut.py
    │       │       ├── knight.py
    │       │       ├── orcrider.py
    │       │       └── test
    │       │           ├── __init__.py
    │       │           ├── mockdemo.py
    │       │           ├── mocktest.py
    │       │           ├── test_hut.py
    │       │           ├── test_wargame.py
    │       │           ├── testcasedemo.py
    │       │           ├── testsuitedemo.py
    │       │           └── wargame_testsuite.py
    │       └── wargame
    │           ├── LICENSE
    │           ├── __init__.py
    │           ├── abstractgameunit.py
    │           ├── attackoftheorcs.py
    │           ├── gameuniterror.py
    │           ├── gameutils.py
    │           ├── hut.py
    │           ├── knight.py
    │           ├── orcrider.py
    │           └── test
    │               ├── __init__.py
    │               ├── mockdemo.py
    │               ├── mocktest.py
    │               ├── test_hut.py
    │               ├── test_wargame.py
    │               ├── testcasedemo.py
    │               ├── testsuitedemo.py
    │               └── wargame_testsuite.py
    ├── Chapter 6
    │   └── B05034_ch6_SRC_V2
    │       ├── LICENSE.txt
    │       ├── README
    │       ├── README~
    │       ├── abstractfactory_pythonic.py
    │       ├── adapterpattern.py
    │       ├── adapterpattern_multiple_methods.py
    │       ├── simplefactory_pythonic.py
    │       ├── simplefactory_pythonic_alternatesolution.py
    │       ├── simplefactory_traditional.py
    │       ├── src_ch6_python2
    │       │   ├── LICENSE.txt
    │       │   ├── abstractfactory_pythonic.py
    │       │   ├── adapterpattern.py
    │       │   ├── adapterpattern_multiple_methods.py
    │       │   ├── simplefactory_pythonic.py
    │       │   ├── simplefactory_pythonic_alternatesolution.py
    │       │   ├── simplefactory_traditional.py
    │       │   ├── strategypattern_pythonic.py
    │       │   └── strategypattern_traditional.py
    │       ├── strategypattern_pythonic.py
    │       └── strategypattern_traditional.py
    ├── Chapter 7
    │   └── B05034_ch7_SRC_V3
    │       ├── LICENSE.txt
    │       ├── README
    │       ├── goldhunt_inefficient.py
    │       ├── profile_ex.py
    │       ├── profiling_goldhunt.py
    │       └── src_ch7_python2
    │           ├── LICENSE.txt
    │           ├── goldhunt_inefficient.py
    │           ├── profile_ex.py
    │           └── profiling_goldhunt.py
    ├── Chapter 8
    │   └── B05034_ch8_SRC_V2
    │       ├── LICENSE.txt
    │       ├── README
    │       ├── compare_memory.py
    │       ├── goldhunt_0.py
    │       ├── goldhunt_pass1.py
    │       ├── goldhunt_pass2.py
    │       ├── goldhunt_pass3.py
    │       ├── misc_performance.py
    │       └── src_ch8_python2
    │           ├── LICENSE.txt
    │           ├── compare_memory.py
    │           ├── goldhunt_0.py
    │           ├── goldhunt_pass1.py
    │           ├── goldhunt_pass2.py
    │           ├── goldhunt_pass3.py
    │           └── misc_performance.py
    ├── Chapter 9
    │   └── B05034_ch9_SRC_V2
    │       ├── LICENSE.txt
    │       ├── README
    │       ├── README~
    │       ├── goldhunt_0.py
    │       ├── goldhunt_pass1.py
    │       ├── goldhunt_pass2.py
    │       ├── goldhunt_pass3.py
    │       ├── goldhunt_pass4.py
    │       ├── goldhunt_pass5.py
    │       ├── goldhunt_pass6_parallel.py
    │       ├── goldhunt_run_master.py
    │       ├── pool_example.py
    │       └── src_ch9_python2
    │           ├── LICENSE.txt
    │           ├── goldhunt_0.py
    │           ├── goldhunt_pass1.py
    │           ├── goldhunt_pass2.py
    │           ├── goldhunt_pass3.py
    │           ├── goldhunt_pass4.py
    │           ├── goldhunt_pass5.py
    │           ├── goldhunt_pass6_parallel.py
    │           ├── goldhunt_run_master.py
    │           └── pool_example.py
    ├── README.MD
    └── Software and Hardware List.pdf

53 directories, 280 files