edmontonpy.com
@edmontonpy
edmontonpy.slack.com
Minchang
Sheldon
Nothing major to speak of right now that I found.
Speak now if you do have one!
New Edmontonpy Open Source site initiative
Creating a single string from elements in a list.
dans_cute_cats = ["Ghost", "Gambit", "Marshmallow"]
all_cat_names = " ".join(dans_cute_cats)
print("Dan's cats names are: {}".format(all_cat_names))