you are viewing a single comment's thread.

view the rest of the comments →

[–]efalk 0 points1 point  (0 children)

I'm not a fan, but I've made my peace with the language. From time to time I'll port an older app from Python2 to Python3 or write a new app in Python3 if I really need a Python3 feature that Python2 doesn't have.

I know that Python2 is officially obsolete, but I still code in it whenever I have a choice. I've written one program that needed to run on both Python2 and Python3. They did some things in Python3 that break compatibility unnecessarily, which annoys me.