Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

I've recently started writing all my scripts in Python 3 as I need to future-proof some things. And it just works now. No problems. So if you tried Py3 years ago and had issues, try again today.


sort by: page size:

It should work now. We have worked to get python3 work across platforms.

Try now - I just merged in some changes to make it Python 3 compatible.

It does, in fact, work on Python 3.

It's refreshing to see that it works with Python 3 as well. Thanks.

So, are you using python3?

It works with Python 3 just fine.

It seems to have worked for python 3.

I got it working, have to use python3 for all of the python commands.

as long as you are using python 3, you shouldn't worry.

Bullshit, Python breaks compatibility between minor releases all the time. The script you wrote for 3.8 has high chance of being broken on 3.11.

It's python 3

I've been trying nearly all the code samples and haven't run into any issues yet. I'm using version 2.7 of Python though. Haven't upgraded to 3.1 yet.

To be honest, I haven't tested with Py3. It sounds like it isn't... I'll look into it. Thanks for reporting!

Python 3 is a different language :)

It works with Python 3 too!

Py3 has been prime time for a while now. Been using it full time since Py 3.3 for all my work and I haven't had any issues with it. There were some external libraries such as the library given by a twilio competitor that were incompatible, but easily fixed (almost exclusively, encoding issues).

Although, I still find myself running tests and cursing at the fact that I keep writing print "string" without the brackets :D


I've been using Python 3 for stuff and pretty much everything is there on Python 3. (django, flask, pillow instead of PIL, etc)

Python 3.4.0 final: March 16, 2014

I think I'll wait for 3.4 to land in a few days and from then on use py3 instead of 2.7 :)


2.3 (in beta right now) comes with Python 3 support.
next

Legal | privacy