EdmontonPy
Inspired by the Python community, we hope to foster a strong, supportive, and proficient Python community in the Edmonton area.
Web: EdmontonPy.com
Twitter: @EdmontonPy
Slack: devedmonton.slack.com
#meetup-edmontonpy
YouTube: Dev Edmonton
Algorithms of Oppression by Dr. Safiya Noble
Race After Technology by Ruha Benjamin
Technicolor: Race, Technology, and Everyday Life by Alondra Nelson; Race, Rhetoric, and Technology by Dr. Adam J. Banks
Artificial Unintelligence: How Computers Misunderstand the World by Meredith Broussard.
Looking for a job? Looking to hire great people?
Please visit #opportunities at devedmonton.slack.com
import random
languages = ['Python', 'JavaScript', 'Dart', 'Golang', 'Rust']
# get a random choice from a list
print(random.choice(my_list))
# get a random choice of two elements in a list
print(random.choices(my_list, k=2))
# shuffle a list randomly
random.shuffle(my_list)
print(my_list)
omg so random
Source: here
Message one of
@aaron.yong, @Ashia, @data-get, @dgmouris
on Dev Edmonton Slack
Beginners are more than welcome!
Talks vary in topic, they just have to do with Python in some way. 🐍
Paul Malcolm
By EdmontonPy
EdmontonPy met online on September 14th, 2020 at 6:30PM MDT. These are their slides!
Inspired by the Python community, we hope to foster a strong, supportive, and proficient Python community in the Edmonton area.