Contribute Media
A thank you to everyone who makes this possible: Read More

Guardrails: An alternative view of safely working in Python

Translations: en

Description

Python – like many languages – lets you do dangerous things. Many of features that allow you to do inadvisable things were used to achieve things that since became defining features of Python.Python – unlike many languages – discovered that leaving these features lying next to dangerous things was a bad idea, and built guardrails around them.In this talk, we’ll explore this design philosophy, and use that to explain Python’s attitude to safely working with the language and its internals.

Details

Improve this page