V
V
vdv_lg2015-06-04 16:07:26
ruby
vdv_lg, 2015-06-04 16:07:26

On what to write a desktop settlement application?

It is necessary to write a desktop application with a graphical interface that will include some reference book with constants, and ultimately will perform a calculation (solution of differential equations) and give the result. I want to try Python, is it worth it? I have experience in developing web applications (I know ruby, js), can this be useful somehow?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
C
CAMOKPYT, 2015-06-05
@CAMOKPYT

For desktop applications, there are only two normal solutions - C# WPF/WinForms and Qt. Everything else is shit and perverted, don't ask why.

G
God Emperor, 2015-06-04
@God-emperor

If you want - write, if you do not want - do not write. Everything is simple.

A
Alex Blackfist, 2015-06-04
@alexblackfist

You can choose any language for writing desktop applications (C# or Java, for example, Python is also good), just find the necessary mathematical libraries for the selected language in advance, or think about how you can set up your application for these purposes with MatLab, which allows you to produce complex mathematical calculations

B
beduin01, 2015-06-04
@beduin01

You can try D. Graphic toolkits are a bit tricky, but there are a couple code.dlang.org
You can read about the language here ddili.org/ders/d.en/index.html

V
Viktor Vsk, 2015-06-04
@viktorvsk

https://github.com/shoes/shoes
https://github.com/nwjs/nw.js/

V
vsuhachev, 2015-06-04
@vsuhachev

Need to write:
If you need a result - concentrate on the algorithm itself, use the command line interface. Screw the gui later. Ruby is quite suitable for prototyping, but so is Python.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question