[Python-ideas] DOM syntax guide

Wes Turner wes.turner at gmail.com
Wed Aug 16 10:35:41 EDT 2017


On Wednesday, August 16, 2017, Wes Turner <wes.turner at gmail.com> wrote:

>
>
> On Wednesday, August 16, 2017, Chris Angelico <rosuav at gmail.com
> <javascript:_e(%7B%7D,'cvml','rosuav at gmail.com');>> wrote:
>
>> On Wed, Aug 16, 2017 at 10:06 PM, Abdur-Rahmaan Janhangeer
>> <arj.python at gmail.com> wrote:
>> > hum i'm saying that if i write a compiler for python based on the js
>> > language, is there any guideline as how to make the syntax more
>> pythonic?
>>
>> You may want to look at prior art, including PyPyJS and Brython.
>>
>> https://github.com/pypyjs/pypyjs-examples
>> https://www.brython.info/static_doc/en/dom_api.html
>
>
> https://github.com/Knio/dominate
>
> - #examples
> - nested context managers
>
>
https://pyquery.readthedocs.io/en/latest/

https://pyquery.readthedocs.io/en/latest/api.html

- PyQuery supports jQuery-like Pythonic DOM traversal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170816/ddb06131/attachment.html>


More information about the Python-ideas mailing list