Coder Social home page Coder Social logo

Comments (9)

Carreau avatar Carreau commented on June 22, 2024 3

Other arguments may also be that 3.4 is EOL before 2.7 EOL. So if we are arguing earlier about EOL....

from python3statement.github.io.

Carreau avatar Carreau commented on June 22, 2024

That's up to you. One of the problem is that the gantt chart is starting to become big. As long as it reflect what you are planning to support (like one LTS version and one 3-only) that would be fine.

from python3statement.github.io.

takluyver avatar takluyver commented on June 22, 2024

I don't think most projects support the first couple of Py3 versions, and I don't think it's terribly important to show that - people looking at switching now won't be switching to 3.2. As @Carreau said, we're also looking for ways to shrink the Gantt chart, or better display that kind of information.

I think one of the reasons that we added the Gantt chart originally was to highlight that IPython 5.x will get bugfix releases for longer than usual, so although IPython 6 will require Python 3, we're not ditching Py2 users just yet.

from python3statement.github.io.

lgautier avatar lgautier commented on June 22, 2024

@takluyer: the idea is more to communicate around what is meant by "Python 3" and may be give a sense to users/developers about what is the version they should aim for depending of their project. I might be wrong but the purpose is to communicate that it is about time to move away from Python 2 (creating a support burden). If so, the target audience seems to me be Python 2 users, some of them in environments where there is a globally maintained Python installation, and the early notion that "Python 3" means in fact Python >= 3.3, >= 3.4, >= 3.5, or soon >= 3.6, rather than "whatever Python 3 is installed" might help with the transition. Just a thought.

from python3statement.github.io.

tacaswell avatar tacaswell commented on June 22, 2024

๐Ÿ‘ for providing some guidance at what 'python3' means, it will help reduce the frustration of 'I did pip3 install blah and it did not work' where pip3 is an old system python pip.

I advocate it explicitly be >=3.4.

On the other hand, the current debian stable version of py3 is 3.4 (old stable is 3.2), the ubuntu 14.04 is 3.4 (12.04 is 3.2), as near as I can tell fedora only has details back to f23 which has py3.4, and centOS does not seem to have python3 (?!) so this may be a very small issue.

from python3statement.github.io.

lgautier avatar lgautier commented on June 22, 2024

Looking at what main distros ship certainly makes sense.

Ubuntu 14.04 is quite widespread, but the latest LTS is 16.10. There python 3 is 3.5.

The argument against making 3.5 a starting point is that not all places will be able to move to a distro released in 2016.

Arguments for having Python 3.5 as a starting point for scientific software are:

  • matrix multiplication operator @ (PEP 465)
  • %-formatting for bytes and bytearray (PEP 461)
  • async/await keywords language keyword is only in 3.5 (PEP 492) and they might be handy for data-ingesting code

from python3statement.github.io.

mscuthbert avatar mscuthbert commented on June 22, 2024

At this point it seems unwieldy to add this information to all the signed projects unless it could be done automatically.

from python3statement.github.io.

lgautier avatar lgautier commented on June 22, 2024

I think that the momentum for Python 3 is now where we wanted it to be, but while some of the point raised here might no longer be relevant as I think that the wider community of users knows that there are several Python 3 releases and there exists incompatibility between them.

Unless there is a common agreement about a minimal Python release, and then the reason(s) for having one can easily be disputed, it is indeed not practical to have that information on the chart.

from python3statement.github.io.

lgautier avatar lgautier commented on June 22, 2024

Other arguments may also be that 3.4 is EOL before 2.7 EOL. So if we are arguing earlier about EOL....

As of today Ubuntu 14.04, with Python 3 being 3.4, is still the default ubuntu on Travis for example.
The point here is about clarifying with users that "Python 3" doesn't mean "Any Python 3".

from python3statement.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.