"Webizing Python" refers to working on ways to connect Python with the web. For example, you could importing modules with full URI:
import http://python.org/modules/date/name name.spam()
Originally described by Tim Berners-Lee at a Python conference:
See also: AuthoritativeSourceOfData