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
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4