Online IDE with modules support
How can I run online python code that requires a set of modules? - Stack Overflow
What is the best online compiler for Python?
Since it depends on you and what you want to do, there is no "best" that we can point you to. Try googling for "python online".
More on reddit.comWhatβs the best online python IDE
Is the online Python IDE really free?
Does the IDE support Python 3.12 beta?
Which Python version does Python Online support?
Videos
I am not allowed to install anything on this work PC and Im looking for an online IDE for testing quick code snippets where I can imports modules (Requests specifically). Know of any available that can do this?
I found one that supports multiple modules, i checked numpy, scipy, psutil, matplotlib, etc and all of them are supported. Check out pythonanyware compiler, a sample console is here, however you can signup for accounts here, i believe there is a free version. I remember i used that that online compiler last year and it worked quite well, but for a free account it has certain limits. It also has a bash console, which allows you to run the python files.
You may try this as sandbox, it support numpy as well: http://ideone.com