# HG changeset patch # User Atul Varma # Date 1213189980 25200 # Node ID 20cd2cf4771021f0d8d588e5dbf7b4825e111b34 # Parent 29cb4fab61cb73417846b4dced59a0d9b13ad340 Added a link at the beginning of the post to the blog post. diff -r 29cb4fab61cb -r 20cd2cf47710 PythonForJsProgrammers.html --- a/PythonForJsProgrammers.html Wed Jun 11 06:01:25 2008 -0700 +++ b/PythonForJsProgrammers.html Wed Jun 11 06:13:00 2008 -0700 @@ -17,6 +17,9 @@ but know JavaScript incredibly well. The languages actually aren't that dissimilar--in fact, some of JavaScript's latest features have been borrowed directly from Python.

+

Many thanks to those who have commented in my blog post about this +tutorial; this rendition of it contains a number of changes as a +result of that feedback.

Whitespace

This is a good time to explain a bit about Python's design philosophy; @@ -497,6 +500,8 @@ 2 +

Python also has break and continue statements, which work as +expected.

Dictionaries

@@ -888,7 +893,7 @@

Feedback

If you have any suggestions or comments regarding this tutorial, -please feel free to post them to this blog post. Thanks!

+please feel free to post them to the blog post. Thanks!

diff -r 29cb4fab61cb -r 20cd2cf47710 PythonForJsProgrammers.txt --- a/PythonForJsProgrammers.txt Wed Jun 11 06:01:25 2008 -0700 +++ b/PythonForJsProgrammers.txt Wed Jun 11 06:13:00 2008 -0700 @@ -11,8 +11,13 @@ that dissimilar--in fact, some of JavaScript's latest features have been `borrowed directly from Python`_. +Many thanks to those who have commented in my `blog post`_ about this +tutorial; this rendition of it contains a number of changes as a +result of that feedback. + .. _`Atul Varma`: http://www.toolness.com .. _`borrowed directly from Python`: http://weblogs.mozillazine.org/roadmap/archives/2006/02/js_and_python_news.html +.. _`blog post`: http://www.toolness.com/wp/?p=45 Whitespace ========== @@ -842,6 +847,4 @@ ======== If you have any suggestions or comments regarding this tutorial, -please feel free to post them to `this blog post`_. Thanks! - -.. _`this blog post`: http://www.toolness.com/wp/?p=45 +please feel free to post them to the `blog post`_. Thanks!