D
D
Daidin2021-11-20 13:52:39
Programming
Daidin, 2021-11-20 13:52:39

I want to write applications for Win10, what should I learn?

So, I want to start writing applications for Win10, while in programming (if I may say so) 3 weeks. I took a course in Python and a little passed the course Python "for advanced". Kotlin started, but there is only the beginning, just like C ++. Now, when faced with the task described above, I realized that Python is not the right thing for this business. What can you start to learn in order to write applications, while the ideas of programs for calculation are in your head, a la calculate the volume from the input data.
On the Internet I came across C # and Java, I think it's worth starting to learn, so as not to face the same situation as with Python)

Answer the question

In order to leave comments, you need to log in

5 answer(s)
R
rPman, 2021-11-20
@daidin

microsoft visual studio, a development environment, a framework and a package of c# languages ​​(plus managed c plus vb#, etc.), a powerful combine, which, according to the mind, will be enough to create an application of any type, from client-server to desktop and mobile
.. .but with reference to the microsoft ecosystem (operating systems and servers), somewhere you can sacrifice convenience to use open alternatives, somewhere not.
My opinion, if your goal is to write a lot of forms for working with data (databases for example) or managing the launch parameters of other applications, then it’s better not to find Microsoft winforms or wfp .... very easy start, a lot can be done from the interface with using the mouse and ready-made wizards (for example, connect a database, load the table structure, set up links with interface elements, and the maximum where the code will be written is the processing of boundary cases like zeros).

A
Alex_mos, 2021-11-20
@Alex_mos

It seems to me that you are spraying into several languages) if you have already started learning python, then continue to learn it. Then it will be easier to understand another language.
As for the question of the application under w10, it depends on what the application will perform. On the same python, you can write using PyQt5 (if I'm not mistaken)

Z
zed, 2021-11-20
@zedxxx

If we are talking about desktop user applications with GUI, then choose between C #, Delphi, Qt (C ++).

G
GavriKos, 2021-11-20
@GavriKos

while in my head the ideas of programs for calculation, a la calculate the volume from the input data.

Python will work for this, and under win10 too.
passed the python course

and can't write a console volume calculation program yourself? You didn't pass the course, congratulations.

A
Alexander Interesting, 2021-11-20
@Swimergg

I think that Java is not the best way for some programs, Java is good because it can fit on any platform, but without the JRE installed, you can’t run anything (unless you compile to machine code, but this is tedious and not reliable in terms of performance) and Java is not designed for a heavy load, for example, bitcoin farm is not strong enough: D. C# is already much better, it is already worth using, but there are some nuances.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question