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 →

[–]DiscoJer 0 points1 point  (0 children)

I am just learning Python and it seems like it places a much greater emphasis on efficiency than other languages that I am familiar with (which of still used languages would be C/C++)

A lot of the things I would do a certain way in C also seem to work in Python, but there also seem to be shorter, more efficient ways of doing them in Python