You can use dict comprehensions like list comprehensions
Form
{ key: val for (key,val) in Iterable}
Pages that link here:
Category - Anti-patterns Like patterns, anti-patterns are common solutions or approaches to a problem, but unlike patterns, anti-patterns make the problem worse or even create new problems