End Python2

Why are people still writing new python2 code? Why are some libraries still not supporting python3?

Fucking stop it.

Attached: 1535818157784.jpg (306x231, 18K)

Other urls found in this thread:

python.org/downloads/release/python-356/
bugs.python.org/issue34605
twitter.com/AnonBabble

*End Python

Attached: rust.jpg (225x225, 5K)

Why? Python3 is a useful language if youre doing something with eg. Tensorflow or pytorch. Python2 isnt useful and shouldnt be supported anymore

Rust is gay af.

Just going to say that python 2 has better sentax and it didn't need to change into what python 3 is.

They're not even competitors.

print should not be a function, plebe.

Every tutorial I see has stupid python v2 shit. I always try to do the same thing except in p3.

Dude that's awesome bro.

You must be ballers.

dude you cant even spell syntax correctly, obviously youre one of these faggots still using that outdated shit

...why not? It takes an argument and does something with it. How is that not a function?

The print memewar will never end.

Last Python3 releases don't even come with binary precompiled files. Now if I want to upgrade I need fucking VS 2015 to compile it, holy shit

apt-get install python3

You probably think that python 2's unicode handling was good too.

Attached: 1510640665025-ck.gif (480x480, 2.56M)

I thought using python 2 was a meme in the professional world. Who the hell is still using it?

>Why are people still writing new python2 code
in a couple of years
>Why are people still writing new python3 code
and after that
>Why are people still writing new python4 code
and even then
>Why are people still writing new python5 code
there's only one way to stop this. Gas the pythonistas.
This will end the suffering of the idiots who chose to work with python.

Python is gayer.

Not really

Reminder that Google was prototyped in Python.

The backend of EVE Online, that was just sold for $425,000,000, is written mostly in Python.

python.org/downloads/release/python-356/

>python.org/downloads/release/python-356/
Not sure what the problem ist.
Virtually every distribution offers Python packages.

>"[...] no more official binary installers will be produced. "

What do you need a binary installer for?

>You probably think that python 2's unicode handling was good too.
This has the makings of a chad/virgin meme:
Chad python 2:
>treats print as a statement
>doesn't give a fuck about unicode
>the point when python was worth learning
>devs will still use it after it's death
>has huge library
>included in most linux distros
>favours int devision over float for speed
>range returns a list - the most chad datatype
Virgin python 3:
>treats print as a function
>built from the ground up to deal with unicode
>Devs refuse to adopt it
>needs to be called with separate python3 command
>uses slow af float div for ***everything***
>range returns a rangeclass - will get cast to list anyway

Python has fallen into the hands of the cucks. Find yourself a new language.
bugs.python.org/issue34605

Attached: 1522246404108.gif (400x204, 44K)

Dynamic typing is a horrible brainlet meme

What kind of language breaks compatibility with its previous version?

A language that decided to rip off the bandaid and remove a bunch of legacy warts in one go, rather than keep them around forever like some other languages. It's been almost a decade since python 3 came out, and any library worth anything at all has either already switched to python 3, or has a python 3 fork made by someone who isn't living in the past.

Rust+Python3 is a good combo. A team I worked with decided to migrate legacy Python2, slowly over to Rust instead of going to Python3.

Attached: yayayayaya.gif (500x281, 772K)

Fuck poothing. C++ is better than Poothon all the way. It's already replaced.

rangeclass does not get cast to a list unless you write list(range()), which nobody does. When you write for i in foo: it evaluates foo into a temporary variable then calls next() on that temporary variable until it raises StopIteration. Python 2 does the same thing

perl6

Good.
Fun thing: i've moved Python2 wxWidgets applications to Lazarus/FreePascal (My client didn't wanted to install Java or external runtimes in their computers), it was too easy for me.

based team, rust can almost as high level as Python while being safe and as fast as c

The truth us, the programming community has rejected Python 3. They all stayed with 2.

I also hate people still using Python 3. That being said, TF doesn't make Python useful, if there was no Python it would just use a different language. Also I don't like TF, it gets the job done but I think its design is messy and documentation is lacking. You can do the easy stuff in few lines of clean code, but once it gets more complicated it's not as good anymore.

:still using Python 2

>the programming community
*businesses

php > python3

That's a decent joke user.