I recently studied Python 3 and I came across a riddle: I want to expand my capabilities while working on an open source project, but I seem to have problems finding it for Python 3.
I know this question has been asked before:
For example here
And here
Unfortunately, all of them seem to use Python <= 2.6, and I want to use> = 3.0
This leads me to another question: Python 3.0 has been around for almost a year, but most examples and 90% of projects are for <= 2.6. I also know that the MySQL library is not in Python 3 state. Does this mean that I would better learn Python 2.x and assume that incompatible 3.0 will die?
source share