I've been studying Python 3 recently and I have come across a conundrum: I want to expand my abilities by working on an open source project, but I seem to have trouble finding any specifically for Python 3.
I know that this question has been asked before:
Such as here,
And here,
Unfortunately these all seem to be using Python <= 2.6 and I want to use >= 3.0
This leads me to another question: Python 3.0 has been out for almost a year, yet most of the examples and 90% of the projects are for <= 2.6. I also know that the MySQL library is not in a Python 3 compatible state. Does this mean that I'd actually better off learning Python 2.x and assume the incompatible 3.0 will die?