Python Forum

Full Version: read python running terminal all text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to read the terminal text when running python script(for normal python script and for django python script) without writing to any file.
Secondly I want to load that terminal data in django web(if possible without ajax/ push data from server to web)

Thanks in advance
Rafiq