User Portlet User Portlet

Discussions
I know how to create a variable and assign it a value in Python using a bunch of strings: ExternalEvaluate[session, "x=[1, 2, 3]"] but suppose I want to send a very large bit of data, and I don't want to worry about whether I have converted...
I would like to assemble Python '**ast.Module**' objects inside of Wolfram Language and then submit them to Python via e.g. ExternalEvaluate["exec(astObject)"]. The Python **ast**, **parse**, **eval**, **exec** and **compile** functions can all...