Web: EdmontonPy.com
Twitter: @EdmontonPy
Slack: devedmonton.slack.com
#meetup-edmontonpy
YouTube: Dev Edmonton
Looking for a job? Looking to hire great people?
Please visit #opportunities at devedmonton.slack.com
For more events you can check out https://www.python.org/events/
>>> x = 1.1
>>> y = "why?"
>>> f'{x} - {y}'
'1.1 - why?'
>>> f'{x:0.2f} - {y}'
'1.10 - why?'
>>> f'{x:0.2f} - {y} - {33%7}'
'1.10 - why? - 5'
f'' strings will interpolate expressions you place within them!
Text
Sharyar Memon
Message one of
@data-get, @dgmouris, @abram
on Dev Edmonton Slack
Beginners are encouraged!
Talks vary in topic, they just have to do with Python in some way. 🐍
A pictionary-like game.
Go to the site
Type in a name and click "CREATE PRIVATE ROOM"
share the URL with your REMO.CO table!
Use your table local txt chat :)
P.S. We need talks for next month and the month after!
And volunteers for: AV, Slides, Speaker Wrangling, Org-Committee
If you're interested reach out (on the slack):
@dgmouris @abramhindle @data-get