yegsec.ca @yegsec
edmontonpy.com @edmontonpy
devedmonton.com (Slack)
When standing as a group of people, always leave room for 1 person to join your group."
Cody & Ashia - Script fixer-uppers
Capture The Flag
& Python Code challenges
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
By EdmontonPy
Inspired by the Python community, we hope to foster a strong, supportive, and proficient Python community in the Edmonton area.