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

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

本次赞助数额为: 2 元 
   源码介绍
Software Architecture with Python(pdf epub mobi code_files).zip

.
├── Software Architecture with Python(pdf epub mobi code_files).zip_SoftwareArchitecturewithPython.zip
├── Software Architecture with Python_Code.zip
└── SoftwareArchitecturewithPython_Code
    ├── Chapter02
    │   ├── Listings.txt
    │   ├── Listings.txt~
    │   ├── a1.py
    │   ├── a2.py
    │   ├── a_text.py
    │   ├── a_text2.py
    │   ├── b1.py
    │   ├── b_text.py
    │   ├── b_text2.py
    │   ├── codecomments.py
    │   ├── codecomments2.py
    │   ├── codecomments3.py
    │   ├── codecomments4.py
    │   ├── codecomments5.py
    │   ├── codecomments6.py
    │   ├── codecomments7.py
    │   ├── factorial.py
    │   ├── loop1.py
    │   ├── loop2.py
    │   ├── metrictest.py
    │   ├── metrictest1.py
    │   ├── metrictest2.py
    │   ├── metrictest_fix1.py
    │   ├── metrictest_fix2.py
    │   ├── power.py
    │   ├── rankbase.py
    │   ├── textrank.py
    │   ├── textrank2.py
    │   ├── urlrank.py
    │   └── urlrank2.py
    ├── Chapter03
    │   ├── Listings.txt
    │   ├── datetimehelper.py
    │   ├── factorial.py
    │   ├── fakelogger.py
    │   ├── palindrome1.py
    │   ├── palindrome2.py
    │   ├── palindrome3.py
    │   ├── selenium_testcase.py
    │   ├── test_datetimehelper1.py
    │   ├── test_datetimehelper2.py
    │   ├── test_datetimehelper_object.py
    │   ├── test_palindrome1.py
    │   ├── test_palindrome2.py
    │   ├── test_palindrome3.py
    │   ├── test_textsearch.py
    │   ├── textsearcher.py
    │   └── url_data.py
    ├── Chapter04
    │   ├── Listings.txt
    │   ├── big_o.py
    │   ├── bloomtest.py
    │   ├── chainmap_example.py
    │   ├── common_items.py
    │   ├── defaultdict_example.py
    │   ├── hound_words.py
    │   ├── mem_profile_example.py
    │   ├── named.py
    │   ├── objgraph_example.py
    │   ├── ordered.py
    │   ├── plot.py
    │   ├── primes.py
    │   ├── rotate.py
    │   ├── sub_string.py
    │   └── sub_string2.py
    ├── Chapter05
    │   ├── Listings.txt
    │   ├── async_fetch_url.py
    │   ├── async_fetch_url2.py
    │   ├── asyncio_tasks.py
    │   ├── celery_mandelbrot.py
    │   ├── concurrent_factorial.py
    │   ├── concurrent_thumbnail.py
    │   ├── generator_tasks.py
    │   ├── mandelbrot.py
    │   ├── mandelbrot_mp.py
    │   ├── mandelbrot_tasks.py
    │   ├── prime_joblib.py
    │   ├── prime_process.py
    │   ├── prime_thread.py
    │   ├── requirements.txt
    │   ├── sort_counter.py
    │   ├── sort_counter_mp.py
    │   ├── sort_in_memory.py
    │   ├── thumbnail_converter.py
    │   ├── thumbnail_limit_lock.py
    │   ├── thumbnail_limit_sema.py
    │   ├── thumbnail_pc.py
    │   ├── thumbnail_url_controller.py
    │   └── uwsgi.conf
    ├── Chapter06
    │   ├── Listings.txt
    │   ├── compare_passwords.py
    │   ├── crytpo_password_compare.py
    │   ├── guessing.py
    │   ├── guessing_fix.py
    │   ├── len_overflow.py
    │   ├── passwd.db
    │   ├── print_employee.py
    │   ├── safe_root
    │   ├── ssti-example-dos-fix.py
    │   ├── ssti-example-dos.py
    │   ├── ssti-example-fixed.py
    │   ├── ssti-example.py
    │   ├── test_eval.py
    │   ├── test_eval2.py
    │   ├── test_serialize.py
    │   ├── test_serialize_json.py
    │   └── test_serialize_safe.py
    ├── Chapter07
    │   ├── Listings.txt
    │   ├── __pycache__
    │   │   ├── adapter.cpython-35.pyc
    │   │   ├── adapter_o.cpython-35.pyc
    │   │   ├── borg.cpython-35.pyc
    │   │   ├── builder.cpython-35.pyc
    │   │   ├── facade.cpython-35.pyc
    │   │   ├── factory.cpython-35.pyc
    │   │   ├── hash_stream_run.cpython-35.pyc
    │   │   ├── iterator.cpython-35.pyc
    │   │   ├── observer.cpython-35.pyc
    │   │   ├── prototype.cpython-35.pyc
    │   │   ├── prototype2.cpython-35.pyc
    │   │   ├── proxy.cpython-35.pyc
    │   │   ├── singleton.cpython-35.pyc
    │   │   └── state.cpython-35.pyc
    │   ├── adapter.py
    │   ├── adapter_o.py
    │   ├── borg.py
    │   ├── builder.py
    │   ├── facade.py
    │   ├── factory.py
    │   ├── hash_stream.py
    │   ├── hash_stream2.py
    │   ├── hasher.py
    │   ├── hasher.pyc
    │   ├── iterator.py
    │   ├── observer.py
    │   ├── observer_async.py
    │   ├── prototype.py
    │   ├── proxy.py
    │   ├── read_stream.pyc
    │   ├── singleton.py
    │   ├── singleton.pyc
    │   └── state.py
    ├── Chapter08
    │   ├── Listings.txt
    │   ├── chatclient.py
    │   ├── chatserver.py
    │   ├── communication.py
    │   ├── eventlet_chat_server.py
    │   ├── gevent_chat_server.py
    │   ├── models.py
    │   ├── pipe_recent_gen.py
    │   ├── pipe_words.py
    │   ├── pipe_words_gen.py
    │   ├── twisted_chat_client.py
    │   ├── twisted_chat_server.py
    │   └── twisted_fetch_url.py
    ├── Chapter09
    │   ├── Listing.txt
    │   ├── dependencies.yaml
    │   ├── fabfile.py
    │   └── mandelbrot
    │       ├── README
    │       ├── mandelbrot
    │       │   ├── __init__.py
    │       │   ├── mp
    │       │   │   ├── __init__.py
    │       │   │   └── mandelbrot.py
    │       │   └── simple
    │       │       ├── __init__.py
    │       │       └── mandelbrot.py
    │       └── setup.py
    ├── Chapter10
    │   ├── Listings.txt
    │   ├── custom_logger.py
    │   ├── external_api.py
    │   ├── maxsubarray.py
    │   ├── maxsubarray_v2.py
    │   ├── maxsubarray_v3.py
    │   ├── maxsubarray_v4.py
    │   ├── mocking_data.py
    │   ├── random_data.py
    │   └── word_searcher.py
    └── README.txt

16 directories, 174 files