Mercurial > python-for-js-programmers
changeset 57:20cd2cf47710 default tip
Added a link at the beginning of the post to the blog post.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 11 Jun 2008 06:13:00 -0700 |
parents | 29cb4fab61cb |
children | |
files | PythonForJsProgrammers.html PythonForJsProgrammers.txt |
diffstat | 2 files changed, 12 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <a class="reference" href="http://weblogs.mozillazine.org/roadmap/archives/2006/02/js_and_python_news.html">borrowed directly from Python</a>.</p> +<p>Many thanks to those who have commented in my <a class="reference" href="http://www.toolness.com/wp/?p=45">blog post</a> about this +tutorial; this rendition of it contains a number of changes as a +result of that feedback.</p> <div class="section"> <h1><a id="whitespace" name="whitespace">Whitespace</a></h1> <p>This is a good time to explain a bit about Python's design philosophy; @@ -497,6 +500,8 @@ 2 </pre> </blockquote> +<p>Python also has <tt class="docutils literal"><span class="pre">break</span></tt> and <tt class="docutils literal"><span class="pre">continue</span></tt> statements, which work as +expected.</p> </div> <div class="section"> <h1><a id="dictionaries" name="dictionaries">Dictionaries</a></h1> @@ -888,7 +893,7 @@ <div class="section"> <h1><a id="feedback" name="feedback">Feedback</a></h1> <p>If you have any suggestions or comments regarding this tutorial, -please feel free to post them to <a class="reference" href="http://www.toolness.com/wp/?p=45">this blog post</a>. Thanks!</p> +please feel free to post them to the <a class="reference" href="http://www.toolness.com/wp/?p=45">blog post</a>. Thanks!</p> </div> </div> </body>
--- 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!