I'm developing a text-based application for Windows that will run in the terminal, and I'm trying to decide which programming language to use. Should I go with C++ or Python?
1 Answer
Honestly, either language works fine for what you're describing. I did a similar project in C for a class, and it led to an internship opportunity. Turns out, interviewers are really interested to know about different projects you've tackled, regardless of the language!

Thanks for sharing your experience! That's really encouraging.