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.