View Single Post
Old 09-18-2009, 01:35 PM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,481
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Python 3 is significantly slower because of it representing all string internally as ucs 2 or 4

Most 3rd party modules haven't been ported/have bugs with python 3

Note that using __future__ you can write code that will run correctly on both 2.6+ and 3.0. For new projects that's what I would recommend
kovidgoyal is online now   Reply With Quote