HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 20:51:35 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100422194413
location: https://web.archive.org/web/20100422194413/https://wiki.python.org/moin/PatternsInPython
server-timing: captures_list;dur=0.805659, exclusion.robots;dur=0.040257, exclusion.robots.policy;dur=0.017311, esindex;dur=0.013571, cdx.remote;dur=6.849339, LoadShardBlock;dur=3390.217025, PetaboxLoader3.datanode;dur=3098.241538, PetaboxLoader3.resolve;dur=67.781402
x-app-server: wwwb-app203
x-ts: 302
x-tr: 3429
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app203; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 16 Jul 2025 20:51:36 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Thu, 22 Apr 2010 19:44:13 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_wsgi/2.5
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 8861
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 22 Apr 2010 19:44:13 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 08 Nov 2005 07:30:33 GMT", ; rel="prev memento"; datetime="Sat, 08 Dec 2007 10:05:49 GMT", ; rel="memento"; datetime="Thu, 22 Apr 2010 19:44:13 GMT", ; rel="next memento"; datetime="Sat, 13 Aug 2011 01:10:43 GMT", ; rel="last memento"; datetime="Sun, 11 Aug 2024 14:47:42 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100422113820_crawl102-c/51_15_20100422194311_crawl103.arc.gz
server-timing: captures_list;dur=1.712700, exclusion.robots;dur=0.023020, exclusion.robots.policy;dur=0.010381, esindex;dur=0.012828, cdx.remote;dur=49.910178, LoadShardBlock;dur=683.516603, PetaboxLoader3.resolve;dur=555.125289, PetaboxLoader3.datanode;dur=236.600515, load_resource;dur=200.506436
x-app-server: wwwb-app203
x-ts: 200
x-tr: 1000
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
PatternsInPython - PythonInfo Wiki
Patterns along the lines of GangOfFour
I've removed "Inversion of Control in Python" from the side of DependencyInjectionPattern . "Inversion of Control" is a larger concept than Dependency injection. Dependency injection is a particular mechanism that is frequently used in systems that exhibits IoC type thinking. Even combined with the idea of service location (as opposed to dependency injection,) we still are a smaller idea than "Inversion of Control." Martin Fowler himself has said this many times.
Even "Inversion of Control" may even be poorly named; I would want to call it "Network of Control." But that is neither here nor there, for the purposes of this page.
-- LionKimbro 2005-05-05 18:00:02
EditText (last edited 2008-11-15 14:01:26 by localhost )