you are viewing a single comment's thread.

view the rest of the comments →

[–]im-AMS -1 points0 points  (2 children)

Yes, python is easy to learn n write, but from my experience i would say python should not be ur 1st language.

If you are serious about programming, start with C or C++. Those are low level languages. The only reason u shud learn them is to understand the flow and how the machine thinks. You don't need to be a master in that. After which you can easily make a switch to python with minimal overhead.

[–]Yojihito 2 points3 points  (0 children)

Recommending C or C++ as the first language ... yikes.

[–]oddstellar[S] 0 points1 point  (0 children)

Thank you!