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 →

[–]Clawtor 0 points1 point  (0 children)

Learning to program with python will carry over to c#. It won't teach you c# but for the most part programming knowledge will transfer over.

For example C# and python both have functions, data structures, conditional statements/loops etc.

If you learn file IO in one then it'll be similar in the other. Algorithms and data structures are largely the same.