Write Python in javascript

Source: Internet
Author: User

In the past, this site introduced a new method for writing HTML and CSS, and introduced the code in a hybrid manner yesterday. NET code and Python and Ruby Code Conversion tools, but the world may be more crazy than we think. IronPython is something that runs Python on the. NET platform, just like something that runs other languages on the JVM. Of course, the most evil thing about IronPython is not to run Python on. NET, but to write Python syntax in Javascript. This malformed and mixed-blood website is here (please pay attention to the wall ).

This is easy to use. Next, let's take a look at what it looks like?

First, you need to link a js file:

Copy to ClipboardReference: [www.bkjia.com] <script src = "http://gestalt.ironpython.net/dlr-latest.js" type = "text/javascript"> </script>

Then, let's see how to write a button event:

Copy to ClipboardReference: [www.bkjia.com] <input id = "button" type = "button" value = "Say, Hello! "/>
<Script type = "text/python">
Def button_onclick (s, e ):
Window. Alert ("Hello from Python! ")
Document. button. events. onclick + = button_onclick
</Script>

What do you think about this? Thank you for choosing your opinion.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.