I have just started Python coding, after having some experience with scripting languages (BASH + 2 code-based programmes, SAC and FLAC). So I have reasonable understanding of basic code structure, loops and so on. My work so far consist mostly of reorganizing and shufling data bewteen various tables, looking up data from one table based on values from another and so on.
However, I am getting a bit overwhelmed by all the possible treatments of the data and 2D data in particular - lists of lists, numpy arrays, numpy record arrays and so on, each of them with different ways how to load them from a file, access them and modify them.
Do you know of a summary (preferably for dummies) of what are the possible data types and how to treat them, access them and swith between them?
If its google-able, then I haven't done it sufficiently and I appologise.
Cheers
Vhailor