Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 946 Bytes

2016_03_whalerock.md

File metadata and controls

15 lines (8 loc) · 946 Bytes

Topics

At this meetup two PyCon 2016 presenters will preview their talks!

What Can Software Engineers Learn From The Medical Field, by Laura Rupprecht

There is a long history of improvements to medical practices, many of which can be applied to software development. This talk will explore some of those practices, and how they can be translated to the world of software.

Diff it to Dig it, by Sep Ehr

Do you know about objects __dict__ and __slots__ and what they hold? Hashing unhashables? Objects with loops pointing to themselves? Objects that have changed and you want to know how? No? Then this is the talk for you. In this talk we will learn a lot by diffing Python data types and objects, the same way that you can learn a lot about code by git diff. May the diff habit be with you!

Sep's Slides

DeepDiff