We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e900655 commit dc7627eCopy full SHA for dc7627e
1 file changed
LINKS.md
@@ -7,12 +7,17 @@ This document lists some links that may be helpful for this project.
7
* [Design Patterns, Architectures & Idioms in 24 Languages](https://softwarepatternslexicon.com)
8
* [Design Patterns](https://refactoring.guru/design-patterns/)
9
10
+## Infrastructure
11
+
12
+* [PEX](https://docs.pex-tool.org)
13
14
## Async I/O
15
16
* [Python's asyncio: A Hands-On Walkthrough](https://realpython.com/async-io-python/)
17
* [joblib](https://joblib.readthedocs.io)
18
19
## Task Queues
20
21
* [Taskiq](https://taskiq-python.github.io)
22
23
## Tests
0 commit comments