Python Flashcards

(37 cards)

1
Q

(Python) Generators

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

(Python) Iterable

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

(Python) Iterator

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

(Python) List comprehensions

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

(Python) filter

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

(Python) lambda

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

(Python) map

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

(Python) slots

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

(Python) Higher order functions

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

(Python) Nested functions

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

(Python) Closures

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

(Python) Objects copying

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

(Python) Abstract Classes

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

(Python) Functions overloading

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

(Python) @property

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

(Python) Protocols

17
Q

(Python) Decorators

18
Q

(Python) Context managers

19
Q

(Python) Descriptors

20
Q

(Python) __new__

21
Q

(Python) Metaclasses

22
Q

(Python) Dataclasses

23
Q

(Python) Threading

24
Q

(Python) Queues

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)