I am new to python programming..can someone suggest some way to do the following:
The whole data is stored in a file and comes . And I can not disturb the sequence.
I want to extract out the first and last nodes of the chains.There are several such chains like this. And the data content is in Giga Byte.
I am clueless about how to go about it in python. Can someone be kind enough to help.
Start with looking into what a “list” is, such as.
or
a multidimensional list, depending on your data.