I am learning to program in Python and we have version 2.7 installed at work. Whenever I try to dive deep into Python, I never liked the dea of diving into a deprecated version (2.7). My work is not ready for 3.0 just yet.
My question is : I want to write code in 2.7 which can easily be converted to 3.0 using 2to3. Honestly, I want to style my 2.7 code in a 3.0 manner.
Any helpful pointers, books that exist to achieve this style? I prefer the cutting edge features of 3.0 by not compromising my 2.7 knowledge required at work. Possible?
I really appreciate your answers (: