interactive-tutorials icon indicating copy to clipboard operation
interactive-tutorials copied to clipboard

Python module and packages doc python version clarification

Open moar55 opened this issue 7 years ago • 2 comments

I think it should be clarified that urllib.urlopen won't work in python 3, and for python 3 users should use urllib.request.urlopen.

moar55 avatar Sep 01 '18 10:09 moar55

Hi @ronreiter , I would be happy to submit a PR for this if still relevant!

joyceerhl avatar Dec 07 '19 20:12 joyceerhl

@joyceerhl it is! However, @victor-ru has some more information on how to make the Python 3 Ideone API work. I also want the Ideone API key not to be committed in the code but rather handed out by me to whoever wants to run this on his computer, and by default a clean check out will run the code on the interactive tutorials server.

ronreiter avatar Dec 08 '19 09:12 ronreiter