#attributes

[ follow ]
#python
fromMathspp
5 days ago
Python

TIL 143 - Resolve a lazy import manually

Lazy imports in Python can be inspected and resolved using the 'resolve' method to access the actual module.
fromRealpython
1 year ago
Python

Using Python's .__dict__ to Work With Attributes - Real Python

The .__dict__ attribute in Python maps attribute names to their values, essential for dynamic attribute management.
Python
fromMathspp
5 days ago

TIL 143 - Resolve a lazy import manually

Lazy imports in Python can be inspected and resolved using the 'resolve' method to access the actual module.
fromdeath and gravity
2 months ago

DynamoDB crash course: part 2 - data model

Core components According to the documentation, the core components of DynamoDB are tables, items, and attributes. This is accurate in the sense of what you can act on through the API, but can be deceptively simple, and leaves out two other equally important aspects: what you can do with it (the logical model) and how it scales (the physical model).
Psychology
fromwww.theguardian.com
9 months ago

You know it when you see it': experts size up scientists' attempt to define cool

Coolness is defined by six specific attributes: extroverted, hedonistic, powerful, adventurous, open, and autonomous.
[ Load more ]