Books

Expert Python Programming - Fourth Edition

  • Download Faster
  • Download torrent
  • Direct Download
  • Rate this torrent +  |  -
Expert Python Programming - Fourth Edition

Download Anonymously! Get Protected Today And Get your 70% discount


Torrent info

Name:Expert Python Programming - Fourth Edition

Infohash: A59042FAF543011CA21CB4D5D7637D0FBAF00E02

Total Size: 12.92 MB

Seeds: 2

Leechers: 1

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2022-01-19 03:41:19 (Update Now)

Torrent added: 2021-06-05 18:00:43






Torrent Files List


Expert Python Programming - Fourth Edition (Size: 12.92 MB) (Files: 214)

 Expert Python Programming - Fourth Edition

  Code

   Expert-Python-Programming-Fourth-Edition-main

    Chapter 11

     01 - Anatomy of Python package

      CHANGELOG.md

0.00 KB

      LICENSE

0.00 KB

      MANIFEST.in

0.00 KB

      README.md

0.00 KB

      package_name

       __init__.py

0.00 KB

      tests

       __init__.py

0.00 KB

       conftest.py

0.00 KB

      setup.cfg

0.07 KB

      setup.py

0.06 KB

     02 - Namespace packages

      setup.py

0.10 KB

      acme

       templating

        __init__.py

0.16 KB

     03 - Package scripts and entry points

      findimports.py

0.59 KB

      setup.py

0.18 KB

      scripts

       findimports

0.04 KB

     04 - Convenient configuration handling

      environ_config.py

0.51 KB

      plain_config.py

0.33 KB

    LICENSE

1.04 KB

    README.md

0.17 KB

    requirements.txt

0.54 KB

    Chapter 2

     01 - Writing your first Dockerfile

      Dockerfile

0.23 KB

      echo.py

0.30 KB

      requirements.txt

0.01 KB

     02 - Setting up complex environments

      docker-compose.yml

0.38 KB

      Dockerfile

0.23 KB

      echo.py

0.30 KB

      requirements.txt

0.01 KB

     03 - Reducing the size of containers

      Dockerfile

0.22 KB

      echo.py

0.30 KB

      requirements.txt

0.01 KB

     04 - Addressing services inside of a Docker Compose environment

      docker-compose.yml

0.29 KB

      Dockerfile

0.23 KB

      echo.py

0.30 KB

      requirements.txt

0.01 KB

     05 - Communicating between Docker Compose environments

      docker-compose.other.yml

0.29 KB

      docker-compose.yml

0.32 KB

      Dockerfile

0.23 KB

      echo.py

0.30 KB

      requirements.txt

0.01 KB

     06 - Delaying code start up until service ports are open

      docker-compose.yml

0.29 KB

      Dockerfile

0.23 KB

      echo.py

0.30 KB

      requirements.txt

0.03 KB

     07 - Adding live reload for absolutely any code

      docker-compose.yml

0.22 KB

      Dockerfile

0.23 KB

      echo.py

0.30 KB

      requirements.txt

0.04 KB

     08 - Virtual development environments using Vagrant

      Vagrantfile

0.79 KB

     09 - Custom Python shells

      pythonstartup.py

0.60 KB

    Chapter 3

     01 - ChainMap from collections module

      user_maps.py

0.86 KB

     02 - Assignment expressions

      findimports.py

0.63 KB

      findimports2.py

0.59 KB

      user_literal.py

0.33 KB

      user_literal2.py

0.31 KB

     03 - Positional only parameters

      cat.py

0.19 KB

      cat2.py

0.13 KB

      cat3.py

0.06 KB

     04 - graphlib module

      migrations.py

0.34 KB

     05 - Module-level __getattr__ and __dir__ functions

      import_warnings.py

0.31 KB

     06 - Development mode

      crasher.py

0.09 KB

     07 - Structural pattern matching

      fizzbuzz.py

0.18 KB

      platforms.py

0.27 KB

      points.py

0.52 KB

      positional_points.py

0.54 KB

    Chapter 4

     01 - Accessing super classes

      caseinsensitive.py

0.95 KB

     02 - Multiple iheritance and method resolution order

      C3.txt

1.98 KB

      mro.py

0.26 KB

     03 - Class instance initialization

      aggregator_independent.py

0.00 KB

      aggregator_shared.py

0.18 KB

     04 - Descriptors

      reveal_access.py

0.66 KB

     05 - Real-life example - lazily evaluated attributes

      lazily_evaluated.py

0.68 KB

      lazy_class_attribute.py

1.24 KB

      lazy_property.py

0.49 KB

     06 - Dunder methods

      matrices.py

2.13 KB

      matrices_with_scalars.py

3.08 KB

      matrices_with_singledistpatch.py

3.13 KB

      stub.cpp

0.26 KB

     07 - Single dispatch

      dispatch.py

0.59 KB

     08 - Dataclasses

      vector.py

0.67 KB

      vector_dataclasses.py

0.49 KB

    Chapter 5

     01 - A bit of history_ zope.interface

      colliders_interfaces.py

2.22 KB

      colliders_invariants.py

2.65 KB

      colliders_simple.py

1.62 KB

     02 - Using function annotations and abstract base classes

      colliders_abc.py

2.54 KB

      colliders_subclasshooks.py

2.56 KB

      dummy_interface.py

0.92 KB

     03 - Interfaces though type annotations

      colliders_protocol.py

2.54 KB

     04 - Inversion of control in applications

      index.html

0.08 KB

      tracking.py

1.23 KB

     05 - Inversion of control in applications p.2

      backends.py

0.96 KB

      docker-compose.yml

0.14 KB

      Dockerfile

0.13 KB

      interfaces.py

0.24 KB

      tracking.py

1.56 KB

     06 - Using dependency injection frameworks

      backends.py

0.96 KB

      di.py

0.55 KB

      docker-compose.yml

0.14 KB

      Dockerfile

0.17 KB

      interfaces.py

0.24 KB

      tracking.py

1.38 KB

    Chapter 6

     01 - What is multithreading

      start_new_thread.py

0.19 KB

      start_new_threads.py

0.27 KB

      thread_safe_visits.py

0.49 KB

      thread_visits.py

0.48 KB

     02 - An example of a threaded application

      synchronous.py

0.70 KB

     03 - Using one thread per item

      one_thread_per_item.py

1.01 KB

     04 - Using a thread pool

      thread_pool.py

1.37 KB

     05 - Using two-way queues

      two_way_queues.py

1.61 KB

     06 - Dealing with errors in threads

      error_handling.py

1.97 KB

     07 - Throttling

      throttling.py

2.90 KB

     08 - Multiprocessing

      forks.py

0.64 KB

     09 - The built-in multiprocessing module

      basic_multiprocessing.py

0.48 KB

      pipes.py

0.75 KB

      sharedctypes.py

0.45 KB

     10 - Using process pools

      process_pools.py

0.89 KB

     11 - Using multiprocessing.dummy as the multithreading interface

      multiprocessing_dummy.py

1.03 KB

     12 - Python async and await keywords

      async_print.py

0.40 KB

      waiters.py

0.38 KB

      waiters_await.py

0.55 KB

     13 - A practical example of asynchronous programming

      async_aiohttp.py

0.87 KB

      asyncrates.py

0.27 KB

     14 - Integrating non-asynchronous code with async using futures

      async_futures.py

1.17 KB

    Chapter 7

     01 - Event-driven programming in GUIs

      tk_zen.py

0.54 KB

     02 - Event-driven communication

      flask_zen.py

0.66 KB

     03 - Callback-based style

      tk_zen_binding.py

0.58 KB

     04 - Subject-based style

      observers.py

2.06 KB

     05 - Topic-based style

      topic_based_events.py

0.92 KB

    Chapter 8

     01 - One step deeper_ class decorators

      autorepr.py

0.98 KB

      autorepr_subclassed.py

0.98 KB

     02 - Intercepting class instance creation process

      instance_counting.py

0.51 KB

      xlist.py

0.22 KB

     03 - Metaclass usage

      case_user.py

0.67 KB

     04 - Using __init__subclass__ method as alternative to metaclasses

      autorepr.py

1.05 KB

      autorepr_with_init_subclass.py

1.52 KB

     05 - Falcons compiled router

      api.py

0.38 KB

     06 - Hy

      hyllo.hy

0.05 KB

    Chapter 9

     01 - Writing extensions

      fibonacci.py

0.27 KB

     02 - Pure C extensions

      fibonacci.c

1.07 KB

      setup.py

0.14 KB

     03 - Exception handling

      fibonacci.c

1.24 KB

      setup.py

0.14 KB

     04 - Cython as a source-to-source compiler

      .gitignore

0.01 KB

      fibonacci.py

0.27 KB

      setup.py

0.83 KB

     05 - Cython as a language

      fibonacci.c

115.55 KB

      fibonacci.pyx

0.42 KB

      setup.py

0.84 KB

     06 - Calling C functions using ctypes

      qsort.py

1.28 KB

    Chapter 10

     01 - Writing tests with pytest

      batch.py

0.30 KB

      batch_1st_iteration.py

0.36 KB

      test_batch.py

0.81 KB

     02 - Test parametrization

      batch.py

0.30 KB

      setup.cfg

0.12 KB

      test_batch.py

1.62 KB

     03 - Pytests fixtures

      backends.py

0.96 KB

      docker-compose.yml

0.08 KB

      interfaces.py

0.24 KB

      README

0.14 KB

      test_backends.py

1.84 KB

      test_fixtures.py

0.22 KB

     04 - Using fakes

      acme_fakes.py

0.32 KB

      acme_sdk.py

0.48 KB

      backends.py

1.23 KB

      docker-compose.yml

0.08 KB

      interfaces.py

0.24 KB

      README

0.14 KB

      test_backends.py

2.12 KB

     05 - Mocks and unittest.mock module

      mailer.py

0.42 KB

      test_mailer.py

1.24 KB

     06 - Test coverage

      backends.py

1.01 KB

      docker-compose.yml

0.08 KB

      interfaces.py

0.24 KB

      README

0.14 KB

      setup.cfg

0.03 KB

      test_backends.py

1.84 KB

     07 - Mutation testing

      primes.py

0.25 KB

      setup.cfg

0.12 KB

      test_primes.py

0.18 KB

      test_primes_after_fixes.py

0.31 KB

     08 - Faking realistic data values

      mailer.py

0.42 KB

      test_mailer.py

0.74 KB

     09 - Faking time

      test_time.py

0.48 KB

    .gitignore

0.08 KB

    Chapter 12

     01 - Python logging essentials

      basic_logging.py

0.21 KB

     02 - Logging system components

      logging_handlers.py

0.79 KB

     03 - Logging configuration

      acme_logger.py

0.25 KB

      configuration_dict.py

1.11 KB

      configuration_file.py

0.45 KB

      logging.conf

0.37 KB

     04 - Capturing errors for later review

      sentry_example.py

0.38 KB

     05 - Using Prometheus

      backends.py

0.96 KB

      di.py

0.55 KB

      docker-compose.yml

0.55 KB

      Dockerfile

0.20 KB

      interfaces.py

0.24 KB

      prometheus.yml

0.32 KB

      tracking.py

1.88 KB

     06 - Distributed tracing with Jaeger

      backends.py

0.96 KB

      di.py

0.55 KB

      docker-compose.yml

0.71 KB

      Dockerfile

0.32 KB

      interfaces.py

0.24 KB

      prometheus.yml

0.32 KB

      tracking.py

2.22 KB

    Chapter 13

     01 - Macro-profiling

      myapp.py

0.28 KB

     02 - Micro-profiling

      myapp.py

0.79 KB

     03 - Using objgraph module

      myapp.py

0.64 KB

     04 - Memoization

      fibonacci.py

0.45 KB

   Software and hardware list.pdf

218.97 KB

  Expert Python Programming, 4th Edition.pdf

7.95 MB

  BookRAR.net.txt

0.07 KB

  Expert Python Programming, 4th Edition.epub

4.52 MB

 [TGx]Downloaded from torrentgalaxy.to .txt

0.57 KB

 Downloaded from BookRAR.net.txt

0.06 KB

 Torrent Downloaded from Glodls.to.txt

0.23 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch Expert Python Programming - Fourth Edition Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu