Mercurial > python-for-js-programmers
changeset 34:1e3903e6968a
Added a 'more resources' section.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 06 Jun 2008 06:29:09 -0700 |
parents | 7bd041383b45 |
children | 3179304015bf |
files | PythonForJsProgrammers.txt |
diffstat | 1 files changed, 18 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/PythonForJsProgrammers.txt Fri Jun 06 06:11:24 2008 -0700 +++ b/PythonForJsProgrammers.txt Fri Jun 06 06:29:09 2008 -0700 @@ -16,9 +16,9 @@ Whitespace ========== -This is coincidentally a good place to explain Python's design -philosophy; hopefully it will give you a better idea of whether this -is a language you'd like to use. +This is a good time to explain a bit about Python's design philosophy; +hopefully it will give you a better idea of whether this is a language +you'd like to use. While not syntactically enforced by many languages, whitespace is semantically meaningful during the reading and writing of code. Take @@ -639,4 +639,18 @@ .. _`doctest`: http://docs.python.org/lib/module-doctest.html -.. TODO: Add final section on where to go from here +More Resources +============== + +If you like what you've seen of the language, I highly recommend +reading David Beazley's `Python Essential Reference`_, which features +a much more thorough and concise overview of the language. + +It's also a good idea to become involved with the Python community; +it's very friendly and helpful. In particular, you may want to join +the `tutor mailing list`_, and a `local user group`_ if your area has +one. + +.. _`Python Essential Reference`: http://www.amazon.com/Python-Essential-Reference-Developers-Library/dp/0672328623 +.. _`tutor mailing list`: http://mail.python.org/mailman/listinfo/tutor +.. _`local user group`: http://wiki.python.org/moin/LocalUserGroups