Edmonton.py

The Edmonton Python User Group

edmontonpy.com
@edmontonpy

edmontonpy.slack.com

Please let the organizing committee if you're interested in sponsoring.

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

The Pac-Man Rule

Today's talks

Extending c++ into python

by Rui Rubelo

 

  Udebs - Game analysis engine

by Ryan Chartier

 

Events

Global

Sep 22-27, San Diego

  • PyCon Canada 2019

Nov 16-17 (tentative), Toronto
A few of us are going and its' going to be fun

News

Jobs?

If you do have a job, and would like to advertise it here please let the organizing committee in the future

Articles

Python Tip

Sorting words by length

>>> word = 'paper'
>>> len(word)
5
>>> words = ['banana', 'pie', 'Washington', 'book']
>>> sorted(words, key=len)
['pie', 'book', 'banana', 'Washington']

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

 

We need 3-4 more speakers on this, please let me know if you're interested. 

Made with Slides.com