How can I run online python code that owns/requires a set of modules? (e.g. numpy, matplotlib) Answers/suggestions to questions 2737539 and 3356390 about interpreters in python 3, are not useful because those compilers don't work properly in this case.
Asked
Active
Viewed 2.2k times
6
-
1So what i get out of your question, you want to create an online intepreter to run a python script with a set of modules? – Dec 01 '12 at 17:33
-
1I'm just asking if that online compiler does exist, if the answer is positive, please tell me where can I found it. – Dec 01 '12 at 21:12
-
http://www.compileonline.com This may also work if "multiple files" check box is tick marked. – jackopen Mar 03 '14 at 05:54
3 Answers
3
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.
0
You can try one of the best editors I found on internet , which has not only your requirements but more than that. Here is the link - Replit

Sai Lokesh Reddy
- 39
- 5