I asked a similar question before regarding the Java driver, but now I'm wondering about the Python driver.
For Python driver 3.24, is it possible to use the models and object mapper classes to append or prepend to a collection column (ie, a SET or a LIST), rather than overwriting it? Of course I could accomplish the same by writing out straight CQL. But is there a straightforward way to do so using the models that I have setup for my app already?