May seem stupid, but after using Matlab for a while (a couple of years), I’ve tried Python, and despite some Matlab’s features that are really handy, I really like Python.
Now, for work, I’m using Matlab again, and sometimes I miss a structure like Python’s ‘for’ loop. Instead of using the standard ‘for’ that Matlab provides, there is a structure more similar to process batches of similar data?
Do you mean something like that?