wtfpython icon indicating copy to clipboard operation
wtfpython copied to clipboard

Drop Python 2 support

Open ghost opened this issue 5 years ago • 2 comments

Python 2 is no longer supported. There is no sense to maintain something deprecated. I recommend to remove all Python 2 examples from the tutorial.

This will make the tutorial more compact and clear.

ghost avatar Feb 06 '20 12:02 ghost

Makes sense.

I'll do this in the next major update because, right now some of the Python 2 examples are closely knitted with Python 3 examples, which means removing them might end up in some reordering of examples.

Also, I'm wondering if it still makes sense to have a separate section for Python 2 because,

  • Some of those examples are user-contributed
  • Those examples illustrate how Python has evolved over time, which might be interesting to some people
  • Python 2 is still used by people so it's hard to mark those examples as totally irrelevant

If anyone has other suggestions on how to deal with this gracefully, I'm all ears :)

satwikkansal avatar Feb 08 '20 19:02 satwikkansal

i guess Python 2 is OutDated

d3r1n avatar Oct 21 '20 10:10 d3r1n