Edmonton.py

The Edmonton Python User Group

edmontonpy.com
@edmontonpy

edmontonpy.slack.com

Today's talks

My Learning Journey, Introductory Data Science

Cody Schellenberger

 

Mental Health and Software Development

Andrew Whittle

Events

Global

May 1-9, Cleveland

Sep 22-27, San Diego

 

 

Articles

Python Tip

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'}

July Lightning Talks

5 mins each

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

  • OptiMy Django Startup project by Dayo mization with profilers by Abram Hindle

  • My Django Startup project by Dayo

When standing as a group of people, always leave room for 1 person to join your group."

The Pac-Man Rule

April 2019

By EdmontonPy

April 2019

  • 747