107

Is there an online interpreter like http://codepad.org/ or http://www.trypython.org/ which uses Python 3?

Answer

Since the question is closed, I give another answer here.

Wandbox offers online REPLs for many languages, including Python 2.x and 3.x, C++ and Java.

gariepy
  • 3,576
  • 6
  • 21
  • 34
deamon
  • 89,107
  • 111
  • 320
  • 448
  • 41
    29 people voted this question up, 7 added it to their favourites. So is this question really "not constructive"? I think tools, even the little ones, are very important for software development. – deamon May 22 '12 at 20:30
  • 5
    Voting to leave closed. Tool recommendations are explicitly off-topic because they tend to gather spam answers. – John Dvorak Sep 22 '13 at 06:09
  • 9
    Then remove the spam answers. Not the question. – chtenb May 09 '14 at 22:17
  • 1
    Please reopen it. The question is very useful, and a lot of new stuff appeared after closure that it woul dbe good to track here. This question is the 3rd result in google for "Python 3 online", i guess a lot of people could benefit from updated answers. – Pintun Nov 24 '16 at 17:45
  • [repl.it](https://repl.it/languages/python3) is breaking the internet with [Python 3.6.1](https://repl.it/languages/python3) at the moment. Supports latest of all version listed here. – Santosh Kumar Oct 05 '17 at 21:00

2 Answers2

49

Ideone supports Python 2.6 and Python 3

kuszi
  • 2,069
  • 29
  • 36
3

I recently came across Python 3 interpreter at CompileOnline.

Abbas
  • 6,720
  • 4
  • 35
  • 49