Edmonton.py

The Edmonton Python User Group

Web: edmontonpy.com
Twitter: @edmontonpy

Slack: devedmonton.slack.com
#meetup-edmontonpy

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

The Pac-Man Rule

Jobs

If you have jobs please let us know, you may speak now!

Looking for jobs? Looking for great people?
please post/visit the #opportunities channel at

devedmonton.slack.com

https://polyglotyeg.com/

Events

Polyglot 2020
April 4th, Edmonton


PyCon US 2020

Apr 15-23, Pittsburgh

News

  • Newest Python 3.8.3
  • Django 3.0.5
  • Talk Python: Episode #254: A Python mentorship story
  • Podcast __init__: The Advanced Python Task Scheduler - Episode 252
  • Test & Code: 104: Top 28 pytest plugins - Anthony Sottile

Articles

Python Tip

try:
    foo() 
except Exception: 
    print("Exception occured")
else:
    print("Exception didnt occur")
finally:
    print("Always gets here")
  

Try-catch-else construct.

Today's Talks!

Intro To Pandas by Analyzing Shots in Hockey

Daniel Mouris

 

Python Decorators Primer

by Sam Ezebunandu

 

March 2020

By EdmontonPy

March 2020

  • 618