List Comprehensions
[ thing (optionally with operation) for thing in the_list ]
Example:
lc = [ item + 1 for item in [1,2,3] ]
[ thing (optionally with operation) for thing in the_list ]
Example:
lc = [ item + 1 for item in [1,2,3] ]Demo Jupyter notebook [[how-to-use-jupyter-notebooks-in-this-zettelkasten]]❌ vectors Python Typescript Vue solidity ios-and-mobile-native pwa-progressive-web-apps shamir-secret-sharing-explained [[self-hosted-mpc-embedded-wallet]]❌