You are viewing a single comment's thread from:

RE: [Python Tips] f-strings in Python 3.6 and why you should be using them

in #programming7 years ago

Ha that's awesome, I've been using python 2.6/2.7 mostly due to the version that graphics applications use. So hadn't known about this in python 3.6, that's just lovely :D

Sort:  

A lot of people still use 2.7 but 3 is the way to go. Most everything has been moved over now. I know Google still uses 2.7 a lot but they have a ton of custom systems they need to migrate.