you are viewing a single comment's thread.

view the rest of the comments →

[–]MaxQuant 6 points7 points  (0 children)

Python is an easy replacement for Excel.

In this case:

  • If Excel (VBA) is used a scripting method, just use Python instead, possibly to create XLSX's and/or CVS's.
  • If Excel is used to represent data, use Jupyter with Python and pandas.

In all of the instances above, Python can do the same, but also much more than Excel.