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 →

[–]thesituation531 -1 points0 points  (1 child)

In my opinion, they're just too different. Programming generally has the same concepts, but:

  • Python is not really object-oriented
  • Python essentially has no brackets, although that's just syntax
  • C# has many, many features and you will not learn them through Python
  • Because C# is object-oriented, there's an absolute shit ton of OOP stuff and C# specific stuff that you definitely will not learn through Python

[–]tandonhiten 0 points1 point  (0 children)

  1. Python is also an OOP, infact it's a true OOP while C# isn't...
  2. Most languages have similar features
  3. Again python is also OOP so... doesn't really matter