Processsing's Table data structure #477
villares
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Interesting. In that code, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I guess I could use a CSVDictWriter or something, to export CSVs, but I'm porting Processing Python mode code from 3 or 4 years ago, a tool I made for my colleagues at my supervisor's research group, and I'd rather just have it working before I refactor it into something more elegant (not very confident I will, really).
On Processing 3.5.4 with Python mode I used
from processing.data import Table
.Processing 4 docs don't mention any imports: https://processing.org/reference/Table.html
I panicked...
...but it worked the same as on 3.5.4 on py5, yay!
Beta Was this translation helpful? Give feedback.
All reactions