i have no way of upgrade to python 2.7 or 3.1 so i am stuck with python 2.6 on my ubuntu 10.04 machine.
will i still be able to find host that supports python 2.6?
is using python 2.6 still consider outdated or bad practice?
|
i have no way of upgrade to python 2.7 or 3.1 so i am stuck with python 2.6 on my ubuntu 10.04 machine. will i still be able to find host that supports python 2.6? is using python 2.6 still consider outdated or bad practice? |
|||||
|
Yes. No problems whatsoever.
No, it is not. However:
Yes you do. You download the source code from www.python.org and install it. What you should be careful to do in not to overwrite the system Python. Install it either with "altinstall" (will not override the system python) or even better, use a custom prefix. For example:
It is often a good idea to use a separate Python install for development, as you can do whatever you want with it including deleting it and reinstalling it without affecting the system Python. You are NOT stuck. :) I'm Using Ubuntu 10.04 as well I have Python 2.3.7, 2.4.6, 2.5.5, 2.6.6, 2.7.1, 3.0.1, 3.1.2 and 3.2b2+ installed. No problems. Yes, I use all of them, even though it's mostly 2.4 and 2.6. |
|||||
|
|
2.6 will be around for a long time. There are many machines that still run even 2.4, so you're fine. |
|||
|
|
|
Python 2.6 will probably still be around for a while, as Python 2.7 was released only a few months ago. You can always use |
|||
|
|
|
Python3.1 is in the repositories for 10.04
|
|||
|
|