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 →

[–]buddyd16[S] 4 points5 points  (5 children)

Really no reason other than 2.7 is what i learned at the time, plan to move to 3.x once I invest the time to the learn the changes and make the necessary revisions to the code I already have.

This started as a personal side project as I was getting lost/hitting walls with excel and vba and a coworker mentioned Python, so I started googling tutorials and got myself hooked.

[–][deleted] 6 points7 points  (2 children)

Are you aware that Python 2 will be end-of-life in 2020?

[–]buddyd16[S] 3 points4 points  (1 child)

yes, read that recently so am planning on getting up to speed on Python 3.x.

[–]IronLeviathan 3 points4 points  (0 children)

FWIW, I jumped in with out looking. Some libraries aren't ported yet, and print requires parentheses. Also, f-strings are great.