# 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.
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.
@@ -888,7 +893,7 @@
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!