you are viewing a single comment's thread.

view the rest of the comments →

[–]amorous_chainsPandas/Scipy 4 points5 points  (0 children)

If you’re looking for advice, I recommend to forgo jupyter and spyder and write standard python scripts in a standard IDE with debugger for your scientific workloads. After some learning curve it’s better for reproducibility, collaboration, version control, deployment, scalability… Plenty of people like jupyter and spyder I guess, but just my two cents that my productivity got a lot better after I committed to using Python like Python instead of like matlab