Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Six-Part Interview with Guido van Rossum

0 views
Skip to first unread message

Bill Venners

unread,
Feb 19, 2003, 3:36:40 AM2/19/03
to
I've just completed publishing a six-part interview with Guido van
Rossom on Artima.com, in which Guido gives insights into Python's
design goals, the source of Python programmer productivity, the
implications of weak typing, and more.

Part I: The Origins of Python - Guido van Rossum on Python's history,
the influence of the ABC language, and Python's original design goals.

http://www.artima.com/intv/python.html

Part II: Python's Design Goals - Guido van Rossum on how Python was
originally intended to "bridge the gap between the shell and C," and
how it eventually became used on large scale applications.

http://www.artima.com/intv/pyscale.html

Part III: Programming at Python Speed - Guido van Rossum on the source
of Python's famed programmer productivity and the joys of exploring
new territory with code.

http://www.artima.com/intv/speed.html

Part IV: Contracts in Python - Guido van Rossum on the nature of
contracts in a runtime typed programming language such as Python.

http://www.artima.com/intv/pycontract.html

Part V: Strong versus Weak Typing - Guido van Rossum on the robustness
of systems built with strongly and weakly typed languages, the value
of testing, and whether he'd fly on an all-Python plane.

http://www.artima.com/intv/strongweak.html

Part VI: Designing with the Python Community - Guido van Rossum on the
importance of pythonic API design, the value of experience and
community feedback in design decisions, and the process of deciding
how to evolve Python's standard library.

http://www.artima.com/intv/pycomm.html

Bill Venners

unread,
Feb 19, 2003, 3:38:10 AM2/19/03
to

Jacek Generowicz

unread,
Feb 19, 2003, 7:20:53 AM2/19/03
to
b...@artima.com (Bill Venners) writes:

> Part V: Strong versus Weak Typing - Guido van Rossum on the robustness
> of systems built with strongly and weakly typed languages, the value
> of testing, and whether he'd fly on an all-Python plane.
>
> http://www.artima.com/intv/strongweak.html

I am finding it hard to believe that Guido does not consider strong-vs-
weak-typing and static-vs-dynamic-typing to be orthogonal axes.

0 new messages