mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 22:18:10 -05:00
461 B
461 B
layout | title | description | category | tags | |
---|---|---|---|---|---|
post | Release the GIL | Strategies for Parallelism in Python |
|
The most unfortunate thing about the term "dependency injection" (DI) is that it describes both a programming pattern and a specific implementation of that pattern; these concepts are often conflated. But there's a meaningful distinction between DI as a paradigm, and "inversion of control" containers (IoC) as an implementation detail.