yegsec

The Edmonton Security-based meetup

yegsec.ca
@yegsec

Edmonton.py

The Edmonton Python User Group

edmontonpy.com
@edmontonpy

devedmonton.com (Slack)

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

The Pac-Man Rule

Today's plan!

Cody & Ashia - Script fixer-uppers

Capture The Flag

& Python Code challenges

Events

 

  • PyCon Canada 2019

Nov 16-19, Toronto

 

  • PyCascades 2020

Feb 8-9, Portland, US
A few of us are going and its' going to be fun

Python Tip

F strings

name = 'Peter'
age = 23

print('%s is %d years old' % (name, age))
print('{} is {} years old'.format(name, age))
print(f'{name} is {age} years old')
>>> from datetime import datetime
>>> date = datetime(1992, 7, 4)
>>> f'{date} was on a {date:%A}'
'1992-07-04 00:00:00 was on a Saturday'

YEGSEC

Beersec Nov. 3rd

YegSec meetup Nov 19th

EDMONTONPY
Nov 13th

October 2019

By EdmontonPy

October 2019

  • 566