diff options
author | Louie Dinh <ldinh@athinkingape.com> | 2013-06-28 16:32:26 -0700 |
---|---|---|
committer | Louie Dinh <ldinh@athinkingape.com> | 2013-06-28 16:32:26 -0700 |
commit | 199e03768259f0bea1493a9282b3f27b357b8467 (patch) | |
tree | 40a142014b9d5c9f97d6d0d324b5982207580496 /python.html.markdown | |
parent | a87a1ea3fdf4c2b0367b2d11f412b9d37c4e49bc (diff) |
Add contact info to python doc
Diffstat (limited to 'python.html.markdown')
-rw-r--r-- | python.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python.html.markdown b/python.html.markdown index 42c498b1..b035b0f5 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -8,6 +8,8 @@ Python was created by Guido Van Rossum in the early 90's. It is now one of the m languages in existence. I fell in love with Python for it's syntactic clarity. It's basically executable pseudocode. +Feedback would be highly appreciated! You can reach me at [@louiedinh](http://twitter.com/louiedinh) or louiedinh [at] [google's email service] + Note: This article applies to Python 2.7 specifically, but should be applicable to Python 2.x. Look for another tour of Python 3 soon! |