<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Oct 6, 2015 at 3:55 AM, Peter Cock <span dir="ltr">&lt;<a href="mailto:p.j.a.cock@googlemail.com" target="_blank">p.j.a.cock@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Out of interest, for those of you on the biopython-dev list, what<br>
is your current default or main Python version/implementation?<br>
I&#39;m wondering what the split is amongst our main contributors.<br></blockquote><div><br></div><div>I&#39;m still restricted to Python 2.7 for production code because my group&#39;s pipeline runs on a cloud platform (DNAnexus) that uses Ubuntu 12.04 LTS Server machine images and provides an API for Python 2.7 specifically. But I believe they&#39;re quietly working on support for Python 3 and a newer base machine image. If I could use Python 3.5, I would. As it is, I just &quot;from __future__ import print_function, division, absolute_import&quot; at the top of every Python script or module.<br><br></div><div>Python 2.6 deprecation sounds good to me. My sense is that virtually all of the Python 2.6 usage we see is the system Python installation on clusters, and usually CentOS. Users in this situation seem to be able to get a newer Python up and running without a problem, especially if we point them to Anaconda.<br><br>Jython was in a coma for a few years after Oracle bought Sun, but alternative funding/time arrangements have been made and the project is actively being developed now, though Python 3 support is just on the horizon. PyPy is obviously active. It&#39;s nice to know that Biopython in its pure form will run on both alternative platforms.<br></div><div><br></div><div>I suppose we &quot;recommend&quot; Python 3 for the same reason Python.org does: It&#39;s a better language and the older versions will eventually be deprecated.<br></div><div><br></div><div>-Eric<br></div></div></div></div>