-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (86 loc) · 3.92 KB
/
index.html
File metadata and controls
114 lines (86 loc) · 3.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<HTML>
<HEAD>
<TITLE>Guido's Personal Home Page</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>
<a href="pics.html"><img border="0" src="images/IMG_2192.jpg"></a>
Guido van Rossum - Personal Home Page</H1>
<P><A
HREF="http://www.washingtonpost.com/wp-srv/business/longterm/microsoft/stories/1998/raymond120398.htm"
><i>"Gawky and proud of it."</i></A>
<H3><a
href="http://metalab.unc.edu/Dave/Dr-Fun/df200004/df20000406.jpg" >Who
I Am</a></H3>
<P>I am the author of the <A HREF="http://www.python.org" >Python</A>
programming language. See also my <A HREF="Resume.html">resume</A>
and my <A HREF="Publications.html">publications list</A>, a <A
HREF="bio.html" >brief bio</A>, assorted <a
href="http://legacy.python.org/doc/essays/">writings</a>, <a
href="http://legacy.python.org/doc/essays/ppt/">presentations</a> and <a
href="interviews.html">interviews</a> (all about Python), some
<a href="pics.html">pictures of me</a>,
<a href="http://neopythonic.blogspot.com">my new blog</a>, and
my <a href="http://www.artima.com/weblogs/index.jsp?blogger=12088">old
blog</a> on Artima.com. I am
<a href=https://twitter.com/gvanrossum>@gvanrossum</a> on Twitter. I
also have
a <a href="https://plus.google.com/u/0/115212051037621986145/posts">G+
profile</a>.
<p>In January 2013 I joined
<a href=http://www.dropbox.com>Dropbox</a>. I work on various Dropbox
products and have 50% for my Python work, no strings attached.
Previously, I have worked for Google, Elemental Security, Zope
Corporation, BeOpen.com, CNRI, CWI, and SARA. (See
my <a href=Resume.html>resume</a>.) I created Python while at CWI.
<H3>How to Reach Me</H3>
<P>You can send email for me to guido (at) python.org.
I read everything sent there, but if you ask
me a question about using Python, it's likely that I won't have time
to answer it, and will instead refer you to
help (at) python.org,
<a href="http://groups.google.com/groups?q=comp.lang.python"
>comp.lang.python</a> or
<a href=http://stackoverflow.com>StackOverflow</a>. If you need to
talk to me on the phone or send me something by snail mail, send me an
email and I'll gladly email you instructions on how to reach me.
<H3>My Name</H3>
<P>My name often poses difficulties for Americans.
<P><b>Pronunciation:</b> in Dutch, the "G" in Guido is a hard G,
pronounced roughly like the "ch" in Scottish "loch". (Listen to the
<A HREF="guido.au">sound clip</A>.) However, if you're
American, you may also pronounce it as the Italian "Guido". I'm not
too worried about the associations with mob assassins that some people
have. :-)
<P><b>Spelling:</b> my last name is two words, and I'd like to keep it
that way, the spelling on some of my credit cards notwithstanding.
Dutch spelling rules dictate that when used in combination with my
first name, "van" is not capitalized: "Guido van Rossum". But when my
last name is used alone to refer to me, it is capitalized, for
example: "As usual, Van Rossum was right."
<P><b>Alphabetization:</b> in America, I show up in the alphabet under
"V". But in Europe, I show up under "R". And some of my friends put
me under "G" in their address book...
<H3>More Hyperlinks</H3>
<UL>
<LI>Here's a collection of <A HREF =
"http://legacy.python.org/doc/essays/" >essays</A> relating to Python
that I've written, including the foreword I wrote for Mark Lutz' book
"Programming Python".<P>
<li>I own the official <a href="images/license.jpg"><img align="center"
border="0" width="100" height="75" src="images/license_thumb.jpg">
Python license.</a><p>
</UL>
<H3>The Audio File Formats FAQ</H3>
<P>I was the original creator and maintainer of the Audio File Formats
FAQ. It is now maintained by Chris Bagwell
at <A HREF="http://www.cnpbagwell.com/audio-faq"
>http://www.cnpbagwell.com/audio-faq</A>. And here is a link to
<a href=http://sox.sourceforge.net/>SOX</a>, to which I contributed
some early code.
</UL>
<HR>
<A HREF="images/internetdog.gif">"On the Internet, nobody knows you're
a dog."</A>
<HR>
</BODY>