Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Talk details are specified in YAML files
# YAML was selected because we can use multi-line strings and add
# comments in the file.
speaker_name: "Jeffrey McLarty"
talk_title: "An Experiment in Type Punning"
# At least 1 tag is necessary!!
talk_tags:
- "backend"
- "type handling"
- "experimentation"
- "maintainability"
- "predictability"
talk_abstract: "When python interacts with strongly-typed systems a mapping is implicitly created. Every. Single. Time. The (1 to 0, 1 to 1, 1 to many) relationships can be unwieldy. A related stack overflow question, Wes McKinney replies 'Welcome to Hell'. This is the story of an attempt to innovate out of hell."
talk_details: "A codification of the cognitive challenges associated with letting python talk to strongly typed systems was attempted. This is the reasoning, approach and story of an experiment."
# Markdown is supported
about_author: "Jeffrey McLarty is a problem solver who currently works with a team of talented people who build analytics and tools for the portfolio managers investing Canada's largest nest egg. Over the last half-decade, he's contributed a variety of minor changes to popular open source projects and maintains a few unpopular open source projects too. He's also a runner, father, artist and investor."
# web link will only show if about_author section is present
author_website: 'http://jeffreymclarty.com/' # This is blank right now, but I have something to deploy soon.