Skip to content

Instantly share code, notes, and snippets.

@ardenn
Created October 1, 2018 17:46
Show Gist options
  • Save ardenn/8b4d4486ba12ff6e280e6e2edf79e325 to your computer and use it in GitHub Desktop.
Save ardenn/8b4d4486ba12ff6e280e6e2edf79e325 to your computer and use it in GitHub Desktop.
Python Dictionaries Tutorial - Create a dictionary
# Using keyword arguments
dict(
title="Marketing & Business Development Manager",
location="Mombasa",job_type="Full Time",
employer="KUSCCO Limited (Kenya Union of Savings & Credit Co-operatives Limited)",
category="Marketing & Communications"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment