|
|
|
|
|
by Jorge1o1
1422 days ago
|
|
Exactly right about the seeing the data and rerunning calculations. The programmers who look down their nose at Excel are doing the exact same thing in Jupyter Notebooks and in their REPLs. >I can see the state of any given variable at any time
>I can rerun the same function on different inputs, or different functions on the same inputs
>All without having to restart my program! Remind you of anything? Anybody who does print(df.head()) is pining for Excel… |
|