Hello List, <br><br>    I'm curious, in an academic sense, if it's possible to spawn the interactive interpreter (>>>) in a running python application. Ideally, I would like to be able to access the modules, functions and variables the application can. <br>
<br>Is something like this possible? <br><br>If not, would I be able to implement something like this on my own? <br><br>Thank you. <br>