|
|
|
|
|
by annzabelle
30 days ago
|
|
Anecdotally, as someone with a lot of moderately computational sciencey tasks at work (part of my job is as a data analyst for a geology firm that has some interesting sensor data), combining Claude Code and standard python data libraries has been extremely powerful and sped up my workflows immensely. If I just need a quick analysis or visualization, Claude can write something for me in minutes that would take me an hour or so to sort out on my own. I know the relevant libraries well enough to read and verify the code, which is an important distinction from blindly using a black box AI. I will note that Claude Code and Jupyter in VSCode don't play nicely together right now - it forces me to rerun the whole notebook from the start after every edit Claude makes. This has led to me stepping back from notebooks and having Claude write standalone scripts that I then spend time merging back into a pretty notebook. |
|