Featured Post

Linkedin

 These days, I mostly post my tech musings on Linkedin.  https://www.linkedin.com/in/seanmcgrath/

Thursday, December 04, 2008

What's new in Python 3.0

What's new in Python 3.0. Of particular note to me is the significant reworking of the Unicode bits. In Python 3, Unicode is in from the ground floor up. This is as it needs to be. The only way to do Unicode - in all its complexity - well, is to do it from the ground up.

Monday, December 01, 2008

Implement first, design later