I've recently switched to doing python 3 recreationally (from 2.x) but the part that's tripping me up the most isn't the bytestrings or anything like that...
it's typing 'foo{}' and being about to type .format, then going "wait I can use an f-string" and having to go change it to f'foo{arg}'.