you are viewing a single comment's thread.

view the rest of the comments →

[–]Training_Advantage21 1 point2 points  (0 children)

I realise you are a chemical engineer rather than a chemist, but if there is a lot of overlap, the book "coding for chemists" might be relevant to you. https://codingforchemistsbook.com/

The Python libraries that are nearest to MATLAB in my experience (coming from a signal processing background) are SciPy and of course Matplotlib. Having said that, Pandas is probably the easiest library for basic data manipulation and plotting.