1You could indeed use python as a data analysing tool.
2There's a lot of python apps you can install by the pip install command.
3
4Examples of data analysing tools are:
5- pandas
6- scipy
7- numpy
8- matplotlib
9
10And there's probably more that I didn't list.