A
A
akokin2018-05-27 12:06:21
Python
akokin, 2018-05-27 12:06:21

Python: is it suitable for desktop development?

Hello.
There is a desire to develop a personal finance accounting program, a cataloging program (organizer) of documents, video files that have accumulated on disks.
These programs will be used in Windows, perhaps through them some data necessary for these programs will be parsed from some sites.
I'm not a programmer, but I want to learn Python.
Question: how appropriate would it be to use this language for my purposes?
Thank you.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
a_sergeevich, 2018-05-27
@akokin

Python is perfect for your tasks, especially in conjunction with PyQt4 or PyQt5 and you don't need any C#. I advise you to start learning a bunch of Python and PyQt according to the book by Prohorenok by the author, you can easily find it on the net. The power of Qt and the ease of Python is a very cool thing.

S
Sergey Gornostaev, 2018-05-27
@sergey-gornostaev

Python can be used for these tasks, although scripting languages ​​are not the best for this.

S
Semyon Novikov, 2018-05-27
@semennovikov123

Desktop for Windows? Of course WinForms or WPF.

D
Denis, 2018-05-28
@Norkotik

Python is perfect for "writing on the knee", but for serious desktop solutions on Windows, it's unlikely ... Like hammering a nail with pliers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question