# HG changeset patch # User Atul Varma # Date 1212736779 25200 # Node ID 57bae3eba6e30d6801a3084d153a331e6809669f # Parent 132314ef97392840f71b71efeaefc7e8c00184d1 Added by-line, removed TODO file and moved todos into main file as comments. diff -r 132314ef9739 -r 57bae3eba6e3 PythonForJsProgrammers.txt --- a/PythonForJsProgrammers.txt Fri Jun 06 00:14:53 2008 -0700 +++ b/PythonForJsProgrammers.txt Fri Jun 06 00:19:39 2008 -0700 @@ -2,6 +2,8 @@ Python for JavaScript Programmers ================================= +By Atul Varma + I couldn't find anything on the web that attempted to teach Python to readers who already knew JavaScript, so I thought I'd give it a shot, since a number of my friends at Mozilla don't know much about Python @@ -583,3 +585,6 @@ accuracy. .. _`doctest`: http://docs.python.org/lib/module-doctest.html + +.. TODO: Add section on strings/unicode +.. TODO: Add final section on where to go from here diff -r 132314ef9739 -r 57bae3eba6e3 TODO --- a/TODO Fri Jun 06 00:14:53 2008 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -* Add section on strings/unicode -* Add final section on where to go from here