Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

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)