anatoly techtonik wrote:
I didn't touch Python3 until PyCon, and my first user experience is
not really good. I've got a feeling that Python3 became more ugly,
because it doesn't allow me to think about the logic anymore, and
requires more low-level workarounds even for basic user input/output.

Do you have any examples other than print?

The main one that comes to my mind is that other than looping, any time I want to process dict.items() etc I often need to call list() first. Fortunately looping is about 90% of my use-cases for the dict methods, but the other 10% nearly always requires a list().


YMMV.



--
Steven

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to