filmov
tv
EasyDict for Python dictionaries dot notation (Python tutorial)

Показать описание
The EasyDict Python library lets you use the dot notation to access dictionary values instead of the default index notation. This makes your Python dictionary code syntax look like JavaScript code for objects, which can be convenient if you rely a lot on Python dictionaries.
*As an Amazon affiliate, commissions are earned on purchases.
#python #shorts