Twitter threads

Twitter threads unrolled.

Here are some numbers on the size of Python and everything you can learn.

This article explains why you should use isinstance instead of type and its relationship to Python duck typing.

Learn how strings are ordered and compared in Python.

Let me show you how to do function composition through operator overloading, and other cool tricks!

Join me as we explore what happens when you keep appending to a list you are going over in a for loop.

Let me tell you why it is always 100% unnecessary to use a full slice [:] with a string in Python.

This thread talks about slicing syntax and the full slice [:] for copying.