Rudolf Adamkovič Personal site


Dictionary comprehension

A Python expression that creates a dictionary, using the syntax

{KEY: VALUE for ITEM in ITERABLE}
{KEY: VALUE for ITEM in ITERABLE if CONDITION}

similar to set-builder notation.


© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.