Edmonton.py

The Edmonton Python User Group

edmontonpy.com
@edmontonpy

edmontonpy.slack.com

Today's talks

wxpython 101 - A quick walkthrough on GUI building for your program

Minchang

 

Creating Python GUIs with Eel & VueGUI

Sheldon

Events

(get your tickets soon!)
February 9th, 2019

 (a few of us are going, let me know if you are)
February 23-24, Seattle

May 1-9, Cleveland

Jobs

Releases

Nothing major to speak of right now that I found.
Speak now if you do have one!

News

PyCascades Registration Open

PyCon 2019 Registration Open

New Edmontonpy Open Source site initiative

Articles

Python Tip

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

NEXT MEETUP ON FEBRUARY 11th

  • Lewis Gunsch - Super Cool Deployments with Fabric 2

  • Abram Hindle - Optimization with profilers

Made with Slides.com