There are two core developer tools included with pyjamas.
pyjs![]() In many cases, built-in Python types require a custom Javascript implementation. For example, even though Python lists are similar to Javascript arrays, Python lists are converted to custom objects that implement methods like append. These custom objects required for translation by pyjs are defined in a library called pyjslib. ![]() Like GWT, pyjamas comes with a set of UI widgets as well as a library for DOM manipulation. ![]() The overall translation of individual components is managed by build ![]() There are other components planned which have not been covered here such as server-side code for communication in client-server applications. |
![]() |