Are there any sites like Trinket that allow you to run python code and are Internet Explorer 8 compatible?
I haven't been able to find any.
I am trying to work on a project on my work computer... downloads are blocked so online is the only option. Also stuck with Internet Explorer 8 which too outdated for Trinket
You can try
repl.it
:http://repl.it/languages/python3
It's for Python 3.x .For other versions:
https://ideone.com/
http://www.pythontutor.com/visualize.html#mode=edit
https://www.python.org/shell/
http://pythonfiddle.com/