F
F
frosty77777772015-02-04 10:15:43
ruby
frosty7777777, 2015-02-04 10:15:43

Is it possible to use Python or Ruby to create interactive Web pages?

I want to learn how to create interactive Web pages, but I don't really want to learn JavaScript. Is it possible to implement interactivity in, say, Python or some other language?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

6 answer(s)
V
Vladlen Grachev, 2015-02-04
@gwer

No, Python and Ruby will run on the back end. Interactivity is JS. Well, or a flush, but I didn’t tell you about it.

T
TekVanDo, 2015-02-04
@TekVanDo

learn javascript - there are no adequate replacements for it yet.

V
Vadim, 2015-02-04
@wanhelsing

Yes, there is a Ruby to JavaScript compiler . Compilers of this kind provide a quick start by using a language you already know, but everything has its price - you will get inconvenience with the development process: debugging using a source map, an additional compilation step during the project build, a not very large community for such kinds of compilers, bugs in the process of translating to JS, etc. This is a compromise between not wanting to learn JS and being willing to endure such inconvenience.

T
throughtheether, 2015-02-04
@throughtheether

I want to learn how to create interactive Web pages, but I don't really want to learn JavaScript. Is it possible to implement interactivity in, say, Python
There is such a thing as brython . It slows down in some places, but maybe it will suit your task.

M
Marat Amerov, 2015-02-09
@amerov

recently announced such a project on Ruby voltframework.com

E
Eternalko, 2015-02-06
@Eternalko

If you are a masochist, then at least c++ emscripten and go. If a little bit then Dart, GWT.
If not, just learn JS (coffee, ts, fb:flow);
Quick start:
https://speakerdeck.com/addyosmani/front-end-tool...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question