EdmontonPy
Inspired by the Python community, we hope to foster a strong, supportive, and proficient Python community in the Edmonton area.
edmontonpy.com
@edmontonpy
edmontonpy.slack.com
Cody Schellenberger
Andrew Whittle
Convert two lists into a dictionary.
>>> item_ids = [54, 65, 76]
>>> names = ["Hard Disk", "Laptop", "RAM"]
>>> items = dict(zip(item_ids, names))
>>> print(items)
{54: 'Hard Disk', 65: 'Laptop', 76: 'RAM'}
This is a great way to start your speaking at the meetup, and/or a great thing your working on please let us know.
You can let us know today or on slack:
@dgmouris @data-get @ashia @brian @abram
NEXT MEETUP ON MAY 13TH
When standing as a group of people, always leave room for 1 person to join your group."
By EdmontonPy
Inspired by the Python community, we hope to foster a strong, supportive, and proficient Python community in the Edmonton area.