I'm starting to get familarized with Python and I wanted to learn how to read a txt files, like the ones that are obtained from other software, like LabView, which normally have the following structure.
Headline
Other information
Temperature 1 [Tab] Temperature 2 [Tab] Pressure
In other words, skip the first few lines, and get the data which is separated with Tab in columns and store it in a list.