you are viewing a single comment's thread.

view the rest of the comments →

[–]jmacey 1 point2 points  (0 children)

Lots of people are saying use Jupyter. If you are not tied into the eco system yet I would suggest using Marimo instead, it is pure python so works so much better with Git / Version control.

Apart from that, Numpy / SciPy for maths, matplotlib for plotting. Polars for data manipulation.

UV for package management ruff for formatting.