EdmontonPy
Inspired by the Python community, we hope to foster a strong, supportive, and proficient Python community in the Edmonton area.
edmontonpy.com
@edmontonpy
edmontonpy.slack.com
Please let the organizing committee if you're interested in sponsoring.
When standing as a group of people, always leave room for 1 person to join your group."
by Rui Rubelo
by Ryan Chartier
If you do have a job, and would like to advertise it here please let the organizing committee in the future
Sorting words by length
>>> word = 'paper'
>>> len(word)
5
>>> words = ['banana', 'pie', 'Washington', 'book']
>>> sorted(words, key=len)
['pie', 'book', 'banana', 'Washington']
This is a great way to start your speaking at the meetup, and/or a great thing your working on please let us know.
You can let us know today or on slack:
@dgmouris @data-get @ashia @brian @abram
We need 3-4 more speakers on this, please let me know if you're interested.
By EdmontonPy
Inspired by the Python community, we hope to foster a strong, supportive, and proficient Python community in the Edmonton area.