Python Shorts
Short-ish videos for members, covering a variety of Python topics.
022 On Iterators and Laziness
021 Dictionaries post-Python 3.6/3.7 • Sorting Dictionaries
020 Dealing with paths and the pathlib module
019 Exploring String Methods
018 Different String Representations for Objects • __repr__() and __str__()
017 Bytes, Unicode, and UTF-8
016 You Go First. No, You Go First…
015 Do You Remember the Result? Caching and Memoisation in Python
014** On the many possible paths when designing a program [summary of Beyond the Basics Week 3 live session discussion]
013 The __new__() Dunder Method, the object Parent Class, and Singletons
012 Reading a Real-Life CSV into NumPy
011 and and or and Their Quirky Behaviour
010 Sorting .sort() from sorted()
009 Revealing the Magic 1 • __getitem__()
008 canyouunderstandthistitleeasily
007 The Twinkling Stars
006 To Infinity and Beyond
005 Unpacking With The Unpacking Operator
004 Do You Know About Sets?
003 Equals Plus Plus Is Not Equal to Plus Equals
002 The Trailing Comma Tripped Me
001 The List Leapfrog Loop Lapse