Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
o11c · 3442 days ago · link · · parent · post: Which programming language should I learn for software development?
All of them. It's more important to learn paradigms than to learn just a language. Each language will forcibly teach you new paradigms which you can then use when writing in other languages. Knowing both Python and C, for example, makes me a better programmer in both languages. It also lets you choose which language will most easily meet the needs of each task, and even open you to the possibility of mixing languages in different areas of one project.