-
Would it make sense to have a version of PyCall.jl's I know nothing about macros and namespace stuff, so could be totally off here! |
Beta Was this translation helpful? Give feedback.
Answered by
cjdoris
Jan 7, 2022
Replies: 1 comment 11 replies
-
We already have They're a little more verbose than PyCall's |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
icweaver
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
We already have
@pyeval
and@pyexec
: https://cjdoris.github.io/PythonCall.jl/stable/pythoncall/#PythonCall.pyevalThey're a little more verbose than PyCall's
@py_str
but also more general because you can extract values out of exec calls and convert the result types.