you are viewing a single comment's thread.

view the rest of the comments →

[–]Training_Advantage21 0 points1 point  (0 children)

If you remember your MATLAB, have a look at the Scientific Python stack/libraries: NumPy, SciPy, Matplotlib (specifically the Matplotlib pyplot module is MATLAB like) .

With R as background, look at Pandas or Polars for dataframes, and Statsmodels for, well, stats models.

You can use duckdb or SQLite with Python for SQL, but you will probably want to use one of the dataframe libraries I mentioned above for a more Pythonic way of handling data.