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

Storytelling: An example of runtime optimization in Python

Abram Hindle


 Python strings. I've got no creative juice

Ashia Zawaduk

Events

Global

Sep 22-27, San Diego

  • PyCon Canada 2019

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

  • WiMLDS (Women in Machine Learning and Data Science)

May 14th, 6pm at Startup Edmonton  

 

 

 

 

 

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

Using enumerate to access the index of a loop when iterating over lists or tuples.


subjects = ('Python', 'Coding', 'Tips')

for i, subject in enumerate(subjects):
    print(i, subject)

#  Output:
#    0 Python
#    1 Coding
#    2 Tips

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. 

NEXT MEETUP ON JUNE 10th

  • extend/embed Python into C++
    Rui Rubelo

  • udebs - game analysis engine
    Ryan Chartier

May 2019

By EdmontonPy

May 2019

  • 695