URL details: www.amk.ca/talks/python-3.html


URL description: Porting to Python 3 Andrew Kuchling PyCarolinas 2012 Scan by @thejourney1972 on Flickr Small Changes Photo by Tony Alter on Flickr Python 3: Python 2: print >>sys.stderr, "File", size, print("File", size, end="", file=sys.stderr) Python 3: Python 2: raise ValueError, "string length is negative" raise ValueError("string length is negative") Python 3: Python 2: except Exception, exc: ... except Exception as exc: ... Python 3: Python 2: class NewStyleClass(object) class NewStyleClass: Py
URL last crawled: 2022-06-17
URL speed: 0.131 MB/s, downloaded in 0.100 seconds

open external url

We found no external links pointing to this url.