C# vs Python is such a classic debate lol. I’d go with Python if you’re doing anything with AI, data, or quick prototyping. It’s just so much faster to write and test stuff.
But if you’re building something like a Windows app or need strong typing and better performance, C# is the way to go. Also, Visual Studio is a dream for C# devs.
Btw, if you’re still unsure, try building a small part of your project in both languages. That’s what I did, and it helped me decide.
But if you’re building something like a Windows app or need strong typing and better performance, C# is the way to go. Also, Visual Studio is a dream for C# devs.
Btw, if you’re still unsure, try building a small part of your project in both languages. That’s what I did, and it helped me decide.
