jqnatividad / qsv

Blazing-fast Data-Wrangling toolkit
https://qsv.dathere.com
The Unlicense
2.52k stars 71 forks source link

`py`: add ability to load python expression from file #2295

Closed jqnatividad closed 4 days ago

jqnatividad commented 4 days ago

similar to luau capability.

However, in this case, its only a SINGLE python expression.

luau can load entire scripts from file.

This is somewhat ameliorated by the fact that the py --helper option allows the user to load an entire Python module in the the qsv_uh namespace and call methods defined in the helper from the expression.