Edmonton Python User Group

Jobs

Local

  • QuoteToMe is always always looking for awesome JS or Python Developers, slack @dgmouris 
  • Let us know if you'd like to us to share a position in our news!

Online

Looking for a job? Looking to hire great people?

Please visit #opportunities at devedmonton.slack.com

Events

PyConBy (Belarus), 13 March 2021 https://by.pycon.org/

For more events you can check out https://www.python.org/events/

News

Articles

>>> 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'

Python Tip: Interpolated Strings

f'' strings will interpolate expressions you place within them!

Text

Today's Talks!

Basics of ML with Sci-kit Learn

Sharyar Memon

Next Meetup

April 5th 2021

We are looking for presenters

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. 🐍

Social Game

https://skribbl.io/

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

March 2021

By EdmontonPy

March 2021

  • 502