What happens with python 3k?

Since I'm not a python developer, please don't cry me just for the question.

I'm curious about Python 3k, this, from my point of view, might be some kind of misconception. Or a pretty significant step forward (I take into account versions 2.6 and 3k, which were almost one after another). Before the flame starts, I will explain my position on this topic, and I would suggest a couple of facts from my work environment.

I work in an ultramodern database management company, we use mainly functional languages ​​for high-performance data analysis. But we also use python as a second technology for small tasks, scripts, process management and monitoring.

Some of my colleagues write more serious production applications based on python technologies, but:

  • ALL of our customers use python 2.6,
  • Due to the above, we have a pretty strong 2.6 toolkit and internal / external support,
  • We are still planning to develop 2.6 applications.

Each small tool development is also based on platform 2.6.

Additional that I observe:

  • at this point, any new linux distribution (in our infrastructure) has python 2.6 on the board,
  • most third-party modules are designed for version 2.6,
  • most of the resources on the network are also dedicated to 2.6

(I know that you can port most of this to 3.1.x, but the overhead is too much here.)

, Py 3k , , python 3.1.1, "" ( ). , Python 3k , .

0
7

OP, , , ( , ) , ( , ), . , , -).

; , App Engine - Python 2.5 (-, "" Python , , , ) , , Jython PyPy ( , IronPython 2.6, - 2,5).

, , , Python 3; , Allison Randal pynie (Python Parrot) (, , ). - , ( , 2.6, 3.1, , 2.6 , ).

, , , Python 3 (, gmpy ). , , , (, , ) Python 3, . Python 3 . - Python 3 (, pynie Parrot, Perl c), 3- ( , ).

Python 2, , - 2.7 (, , ), , , 90- Fortran Fortran 77 ( - , 30 Fortran - ), - .)... Fortran 90 ( , , ) . , , Python 2. ! -)

+9

Py3k - Python. , 2.x, . , , Py3k. .

2.6 - 2.7 3.x, Py3k- , 3.x, - . , - , Py2k .

+4

? , . . , , . , , .

, ,

  • , (, Java 5).
  • ( ).

, , . , ?

+3

Python 3K , , . Python . , Python 3K, . .

, , Python , , , "".

+3

Python 3.x , .

, Python 3.x . , .

, Python 3.x .

, , Python 3.x.

, , Python Python 3.x .

+2

, Python. numpy, scipy numpy, scipy. , , . , .

, python 2.7 2.8 , python 3 ( , print_function, , print_function ...), python 2 python 3.

0

Here's a video where Guido van Rossum, at the Py4Science meeting, talks about Python 3. http://fperez.org/py4science/2009_guido_ucb/index.html

0
source

Source: https://habr.com/ru/post/1734156/


All Articles