0

All I'm looking for is a multi-platform python-independent way of, say, printing "hi" on the screen using Python, but in an HTML file

1
  • How can it be Python-independent if you're using Python? Commented Mar 8, 2011 at 15:43

1 Answer 1

1

I guess you might want to check out Skulpt and Pyjamas.

Sign up to request clarification or add additional context in comments.

3 Comments

I checked both of them. Pyjamas are no supported in chrome.
Ok. Check out Pyjamas FAQ for info about the Chrome issue (pyjs.org/#FAQ). I hope Skulpt fits your bill. It should work at least for that "hi" case. :)
@Ambika: What do you mean by "Pyjamas are no supported in chrome." For example, pyjs.org/examples/libtest/output/LibTest.html produces the same results on Firefox 3.6.15 and Google Chrome 7.0.517.41 Pyjamas (among other things) contains port of Google Web Toolkit in Python. Click see demo at pyjs.org/examples e.g., pyjs.org/examples/kitchensink/output/KitchenSink.html

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.