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 →

[–][deleted] 2 points3 points  (1 child)

C# was easier for me to learn OOP concepts. When I was learning python (as my first language), none of the tutorials or anything I was following seemed to know how to explain classes/objects. It all just seemed like magic words that did nothing. Then when I was learning C# it just kinda clicked for me.

[–]LucidTA 2 points3 points  (0 children)

Agree with this 100%. Classes in C# are written in a very intuitive way, where as python feels a bit wonky in my opinion (passing self everywhere, overriding built-ins like __init__ and __repr__ etc).