Hey everyone! I'm working on creating a terminal-based application for Windows and I'm stuck on choosing the right programming language. Should I go with C++ or Python? Any thoughts on the pros and cons?
2 Answers
Honestly, it doesn't matter too much which language you pick. I did a similar project in C for a college class, and I even mentioned it in interviews later—it helped me land my internship!
Both C++ and Python can easily output to the terminal, so you can use whichever you feel more comfortable with. If you're looking for speed and performance, C++ may be the better option. If you want fast development and ease of use, Python is great too!
I'm looking for more accuracy and reliability though, does one stand out over the other?
Thanks for sharing your experience, that's really helpful!