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
For a typical Windows app, C# is definitely the way to go. The tools available make it easy to create professional-looking interfaces.
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.
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.
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!
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
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically