|
|
|
|
|
by techdragon
3829 days ago
|
|
All of my code on my machine is Python 3 and soon the python my OS is using will be Python 3. Do we need to keep flogging this dead horse. Python 3 is here, it's big it's bold it's bloody working unless your doing the most arcanely version specific Python code. If your extremely lazy, just use 'futurize -0 -w' and boom Python 2 and 3 compatible code 95% if the time. |
|