News

stringlist Python class that acts like a string or a list depending on the context. Its primary goal is to be used as API sugar for a "one or many" property on an object. The initial use case was for ...
Use Python lists to store data in one-dimensional rows, access them by indexes, and sort them any which way you like.