#dictionaries

[ follow ]
Python
fromInfoWorld
1 week ago

Get started with Python's new frozendict type

Python 3.15 introduces frozendict, an immutable dictionary that is hashable and useful in scenarios where regular dictionaries cannot be used.
fromThe Nation
1 month ago

Can the Dictionary Keep Up?

The Merriam-Webster editor Peter Sokolowski introduced the crowd of assembled nerds to the idea that a dictionary is not a static document but a living object, constantly updated and remade in response to how people write and speak. In a talk titled "The Dictionary as Data," Sokolowski emphasized that the editors at Merriam-Webster look to how the general public uses language to guide their work.
Typography
Python
fromPythonmorsels
2 months ago

All iteration is the same in Python

All Python iteration forms use the same iterator protocol; iterating over an object yields its defined iteration items (e.g., dictionary yields keys, string yields characters).
fromArs Technica
4 months ago

Merriam-Webster crowns "slop" word of the year as AI content floods Internet

On Sunday, Merriam-Webster announced that "slop" is its 2025 Word of the Year, reflecting how the term has become shorthand for the flood of low-quality AI-generated content that has spread across social media, search results, and the web at large. The dictionary defines slop as "digital content of low quality that is produced usually in quantity by means of artificial intelligence."
Artificial intelligence
Film
fromSlate Magazine
5 months ago

Even Composed of Various Dead Human Parts, Jacob Elordi Remains a Heartthrob

Guillermo del Toro's Frankenstein is a lavish gothic film starring Oscar Isaac and Jacob Elordi; the show also covers dictionaries and a Fela Kuti podcast.
#python
[ Load more ]