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."
Abram Hindle
Python strings. I've got no creative juice
Ashia Zawaduk
If you do have a job, and would like to advertise it here please let the organizing committee in the future
Using enumerate to access the index of a loop when iterating over lists or tuples.
subjects = ('Python', 'Coding', 'Tips')
for i, subject in enumerate(subjects):
print(i, subject)
# Output:
# 0 Python
# 1 Coding
# 2 Tips
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.
NEXT MEETUP ON JUNE 10th
By EdmontonPy
Inspired by the Python community, we hope to foster a strong, supportive, and proficient Python community in the Edmonton area.