Differences between revisions 1 and 2
Revision 1 as of 2010-10-07 20:50:48
Size: 669
Editor: lkcl
Comment:
Revision 2 as of 2012-10-09 22:14:26
Size: 734
Editor: owp188a
Comment: wiki restore 2013-01-23
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[http://www.gnu.org/software/pythonwebkit|PythonWebKit]] provides direct python DOM bindings to the Webkit Web Browser engine. It places python as a peer of javascript, allowing developers to call functions such as getElementsByTagName, appendChild and even add python event callbacks onto XMLHttpRequest, Window and HTML Elements (onclick, onreadystatechange, onresize etc.)
Line 3: Line 2:
The difference between PythonWebkit and PyWebkitGtk and PyWebkitQt4 is that PythonWebkit adds the entire range of W3C DOM bindings functions - including HTML5 features - whereas PyWebkitGtk and PyWebkitQt4 provide very little, inadequate, incomplete and more CPU-intensive DOM bindings. [[http://www.gnu.org/software/pythonwebkit|PythonWebKit]] provides direct python DOM bindings to the Webkit Web Browser engine. It places python as a peer of javascript, allowing developers to call functions such as getElementsByTagName, appendChild and even add python event callbacks onto XMLHttpRequest, Window and HTML Elements (onclick, onreadystatechange, onresize etc.)


The difference between PythonWebKit and [[PyWebkitGtk|PyWebkitGtk]] and [[PyWebkitQt4|PyWebkitQt4]] is that PythonWebKit adds the entire range of W3C DOM bindings functions - including HTML5 features - whereas [[PyWebkitGtk|PyWebkitGtk]] and [[PyWebkitQt4|PyWebkitQt4]] provide very little, inadequate, incomplete and more CPU-intensive DOM bindings.

PythonWebKit provides direct python DOM bindings to the Webkit Web Browser engine. It places python as a peer of javascript, allowing developers to call functions such as getElementsByTagName, appendChild and even add python event callbacks onto XMLHttpRequest, Window and HTML Elements (onclick, onreadystatechange, onresize etc.)

The difference between PythonWebKit and PyWebkitGtk and PyWebkitQt4 is that PythonWebKit adds the entire range of W3C DOM bindings functions - including HTML5 features - whereas PyWebkitGtk and PyWebkitQt4 provide very little, inadequate, incomplete and more CPU-intensive DOM bindings.

PythonWebKit (last edited 2012-10-09 22:14:26 by owp188a)

Unable to edit the page? See the FrontPage for instructions.