satwikkansal / wtfpython

What the f*ck Python? 😱
Do What The F*ck You Want To Public License
35.69k stars 2.65k forks source link

Drop Python 2 support #179

Open ghost opened 4 years ago

ghost commented 4 years ago

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.

satwikkansal commented 4 years ago

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,

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

d3r1n commented 3 years ago

i guess Python 2 is OutDated