6

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.

Community
  • 1
  • 1
  • 1
    So 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
  • 1
    I'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 Answers3

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.

1

You may try this as sandbox, it support numpy as well: http://ideone.com

theo
  • 141
  • 1
  • 4
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