Skip to content

Instantly share code, notes, and snippets.

View Prtfw's full-sized avatar

Madeleine Shang Prtfw

  • Cambridge, MA | Toronto, ONT
View GitHub Profile
@mandrewstuart
mandrewstuart / introPython.py
Last active January 12, 2020 16:41
This is a 20-minute introduction to the Python programming language for a talk given at Lighthouse Labs in 2016.
#http://bit.ly/28VdHva
##########
#VARIABLES
##########
#numbers
a = 3 #float, int, and long
#strings
b = 'ha '