7 More Tricks to Write Better Python Code

Опубликовано: 06 Март 2025
на канале: Sebastiaan Mathôt
31,088
682

[https://www.buymeacoffee.com/cogsci] This video is a follow-up to 7 Simple Tricks to Write Better Python Code. It again shows seven simple techniques for writing better and easier-to-read Python code.

00:30 Inline if-else statements
03:00 Sequence comparisons
10:00 Extended unpacking (Python-3 only)
13:57 Dict comprehensions
18:25 collections.OrderedDict
21:30 collections.defaultdict
26:17 collections.Counter