Skip to content

Instantly share code, notes, and snippets.

@daolf
Created January 5, 2019 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daolf/46caeb12f0511a09287c2ba2a4a84127 to your computer and use it in GitHub Desktop.
Save daolf/46caeb12f0511a09287c2ba2a4a84127 to your computer and use it in GitHub Desktop.
Python tips
data_from_extruct = {
'title': 't-shirt',
'brand': 'french-rocket',
'color': 'green',
'offer':{
'amount': 20,
'currency': '€‘
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment