|
|
|
|
|
by __warlord__
3027 days ago
|
|
Python 3 for sure. Even if some major libraries are not yet supported is just a matter of time for them to be 3 compatible. And on top of that, you get a lot of goodies in python 3 specially around string manipulation and dictionaries. Take a look at this [0] post from the python community about python 3 vs 2. 0. https://wiki.python.org/moin/Python2orPython3 |
|