Python Flashcards
(37 cards)
16
Q
(Python) Protocols
A
17
Q
(Python) Decorators
A
18
Q
(Python) Context managers
A
19
Q
(Python) Descriptors
A
20
Q
(Python) __new__
A
21
Q
(Python) Metaclasses
A
22
Q
(Python) Dataclasses
A
23
Q
(Python) Threading
A
24
Q
(Python) Queues
A
25
(Python) asyncio
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/010_Concurrent_programming/004_asyncio.md)
26
(Python) ChainMap
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_collections/ChainMap.md)
27
(Python) Counter
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_collections/Counter.md)
28
(Python) OrderedDict
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_collections/OrderedDict.md)
29
(Python) defaultdict
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_collections/defaultdict.md)
30
(Python) deque
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_collections/deque.md)
31
(Python) namedtuple
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_collections/namedtuple.md)
32
(Python) Enum
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_enum/Enum.md)
33
(Python) partial
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_functools/partial.md)
34
(Python) reduce
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_functools/reduce.md)
35
(Python) itemgetter
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_operator/001_operator_itemgetter.md)
36
(Python) attrgetter
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_operator/002_operator_attrgetter.md)
37
(Python) methodcaller
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Python/Module_operator/003_operator_methodcaller.md)