Revision: 2616 Author: pekka.klarck Date: Wed Mar 10 01:50:52 2010 Log: mention also jythonbook.com http://code.google.com/p/robotframework/source/detail?r=2616
Modified: /trunk/doc/python/PythonTutorial.rst ======================================= --- /trunk/doc/python/PythonTutorial.rst Sun Aug 16 13:31:59 2009 +++ /trunk/doc/python/PythonTutorial.rst Wed Mar 10 01:50:52 2010 @@ -25,7 +25,7 @@ * Earlier programming experience is expected but not absolutely necessary. -* The main study material for this training is excellent *Dive Into +* The main study material for this training is the excellent *Dive Into Python* book which is freely available for on-line reading, downloading or printing from http://diveintopython.org. It is targeted for people who already know how to program but do not know @@ -56,6 +56,10 @@ * If you need information about Jython, the Java implementation of Python, you can start from http://jython.org. +* *The Definitive Guide to Jython* covers Jython in detail and is + useful especially if you are interested about Jython-Java + integration. It is freely available at http://jythonbook.com. + Getting started ===============
