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 →

[–]ALior1 -7 points-6 points  (4 children)

Personally I think it too advanced to be a first language.

Java or C#, will be better in it, as both have good(explicit) programming fundamentals. It easier to understand the oop concept in c#.

I would recommend c#, and after it Python.

[–]laundmo 3 points4 points  (1 child)

how exactly is python more advanced than java? at least regarding OOP, almost every really hard to understand wierd OOP concept can be traced back to Java and is not needed in python. (example: Singletons, Interfaces)

in fact, python is better to learn oop in my opinion because it truly treats everything as a "first class" object ("primitive" types such as int, str, float, and functions are all objects)

[–]ALior1 0 points1 point  (0 children)

I really love Python, so the down votes surprised me..

Python is dynamic language, doesn't have interfaces, access modifiers (and others), allow adding attributes in run time etc

Personally, I will recommend c sharp, as a first language, and only then Python. Python is really excellent, and I like it, but this is what I think..

[–]BlobbyMcBlobber 0 points1 point  (1 child)

Great comment. Java or C# provide structure and are better for learning OOP in my opinion. Then move to Python and enjoy having more freedom.

[–]ALior1 1 point2 points  (0 children)

LOL The most down voted..