|
|
|
|
|
by carlosvega
2855 days ago
|
|
Agree with most of the things in this presentation. BUT.
I generally use Jupyter Notebooks for these things:
- Play around with some libs and charts
- Draw charts for my papers or whatever
- In short: draft stuff And, for serious stuff, of course, python in text files with modules, tests (pytest) etc. |
|