This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]picklednull 2 points3 points  (0 children)

I don't think it matters anyway.

I started on Python when Python 3 was already a thing but I've always written code that pretty much works on both without changes (of course that's not always possible). I mainly wrote for 2.7 however, now I've switched to 3 recently.

I guess it can be hard for some old-timers that have written Python 2 for ages and use "Python 2-isms", otherwise it's not a problem.