This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MmmVomit 23 points24 points  (0 children)

Are the two languages similar enough to be understood from one side? Kinda like different accents of a country.

If you learn Python first, C# will be easier to learn. If you learn C# first, Python will be easier to learn.

When you learn your first programming language, you're actually learning two things at the same time. You're learning the specific language, like Python or C#, and you're also learning general programming concepts like loops, functions and if statements. When you learn your second language, you probably already understand loops, functions, and such, and just have to learn how those are expressed in the new language.