Best Programming Languages for Developing a Windows Application

0
21
Asked By TechieGal42 On

I'm working on an educational app related to my medical field and I need some advice on the best programming languages to use for a PC application. My background is mostly in mobile app development, so I'm not too familiar with desktop environments. Ideally, I'd like to create a standalone .exe file to make it look professional. I have some experience with Python, but I'm open to other suggestions, especially if they might simplify the process of compiling to an executable. What languages would you recommend for both frontend and backend development?

5 Answers

Answered By ProgrammingAddict91 On

For a typical Windows app, C# is definitely the way to go. The tools available make it easy to create professional-looking interfaces.

Answered By UIEnthusiast75 On

You might want to check out C# along with Avalonia UI. It's a modern cross-platform UI framework for .NET that could give your application a sleek look.

Answered By CodeMaster22 On

C# is a great choice for developing Windows applications. It's specifically designed for Windows and is pretty user-friendly if you're just starting out. Plus, it integrates well with the Windows environment.

Answered By CuriousCoder99 On

If you're considering C#, let me know if you decide to learn it! I'm thinking of picking it up myself, so having someone on the same journey would be encouraging!

Answered By DevGuru88 On

Honestly, I find converting Python scripts to .exe quite tricky. If you're focusing on Windows, I'd definitely suggest using C#. It's straightforward for building applications and offers good support for a graphical user interface.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.