Archive for the “Python” Category


Second talk about Python 3000 given by Guido van Rossum on February 14th, 2007 as preview to PyCon 2007 keynote (Google video, PPT slides).

Also see first presentation given on April 19th, 2006.

Comments No Comments »

Presentation about WSGI and Pylons framework by Ben Bangert from O’Reilly Media given on September 13, 2006 (video)

Comments No Comments »

By Tim Bray at Ruby conference 2006 on October 20-22, 2006 (PDF).

I18N, M17N, Unicode and all that

Comments No Comments »

Presentation about Mondrian, Google’s internal code review system that was developed as first project of Guido Van Rossum of Python fame. It is based on Perforce (which Google uses for source control), their own BigTable and Python-based web-interface with some serious AJAX. It is given on November 30th, 2006 (Video).

Comments No Comments »

Python 3000 presentation by Guido van Rossum, author of Python, at Google TechTalks (video) also given at ACCU 2006 conference in Oxford on April 19, 2006 (PPT slides)

Interesting quotes:

  • Python started as skunkoworks project
  • Get rid of depricated features
  • Python 3000 = Python 3.0 = Py3k
  • First alpha: not before next year
  • … more Python specific stuff

Comments 1 Comment »