Skip to content

Instantly share code, notes, and snippets.

@dmertl
Created June 9, 2014 22:51
Show Gist options
  • Save dmertl/a9de8f8cb3129e1a2c5a to your computer and use it in GitHub Desktop.
Save dmertl/a9de8f8cb3129e1a2c5a to your computer and use it in GitHub Desktop.
Concise Python Expressions
# Because searching for these is always a pain
# Conditional Assignment
setting = 'default' if param is None else param
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment