Zen of Python: Grundprinzipien (nicht nur) der Softwareentwicklung (2 von 2) #24
Episode description
Das Zen of Python von Tim Peters enthält wichtige Grundprinzipien der Softwareentwicklung. Diese Prinzipien und Leitlinien darf man zum Teil mit einem Augenzwinkern verstehen. Viele Softwareentwicklerinnen und -entwickler leiten die Prinzipien in Ihrer täglichen Arbeit mit Python, aber auch mit anderen Programmiersprachen. Einige der Prinzipien lassen sich sogar auf andere Lebensbereiche übertragen. Diese Folge gibt Denkanstöße und vermittelt ein in Ansätzen philosophisches Bild der Softwareentwicklung.
Das Zen of Python findet ihr hier: https://peps.python.org/pep-0020/
---
Einfach Komplex ist ein Podcast von Heisenware. Alle Infos und Kontakte findest du im Linktree:
https://linktr.ee/heisenware
---
Dr. Burkhard Heisen (linkedin.com/in/burkhard-heisen/) und Gerrit Meyer (linkedin.com/in/gerrit-meyer/) sprechen heute über:
(00:00) Bedeutung Zen of Python
(06:45) Beautiful is better than ugly.
(08:00) Explicit is better than implicit.
(10:30) Simple is better than complex.
(11:20) Complex is better than complicated.
(13:30) Flat is better than nested.
(15:30) Sparse is better than dense.
(16:30) Readability counts.
(18:00) Special cases aren't special enough to break the rules. Although practicality beats purity.
(20:00) Errors should never pass silently. Unless explicitly silenced.
(25:00) In the face of ambiguity, refuse the temptation to guess.
(28:30) There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch.
(33:30) Now is better than never. Although never is often better than *right* now.
(37:30) If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea.
(40:30) Namespaces are one honking great idea -- let's do more of those!
(42:00) Zen of Python