I’ve been blogging a lot less lately, in part because I’ve been writing more on Twitter and recording more YouTube videos.
Among those YouTube videos are:
- Intro to Python exceptions, https://www.youtube.com/watch?v=ilJfD65d-2Q
- “for” loops vs list comprehensions, https://www.youtube.com/watch?v=dY8lD_fk0r4
- Understanding the “if __name__ == ‘__main__'” line in Python modules: https://www.youtube.com/watch?v=sf3vENkPKj8
- All about Python identifiers: https://www.youtube.com/watch?v=CTxLVMFkbT8
- Peeking at Python bytecodes: https://www.youtube.com/watch?v=VIWdP7shhX4
- Python’s “range” builtin: https://www.youtube.com/watch?v=g3WOT98iuTM
I also have a bunch of videos that are about Pandas:
- Retrieving from multi-indexes: https://www.youtube.com/watch?v=wJpnM5J29pc
- Using “cut” in Pandas: https://www.youtube.com/watch?v=C5SdqegjrE8
- Avoiding the “SettingWithCopyError” in Pandas: https://www.youtube.com/watch?v=pObiqWE4oB8
I’m always looking for new topics to address on my YouTube channel; if you have any suggestions, please do reach out to me via e-mail (reuven@lerner.co.il), on Twitter (@reuvenmlerner), or even in a comment on my YouTube channel.