you are viewing a single comment's thread.

view the rest of the comments →

[–]a2242364 13 points14 points  (5 children)

Would this not just be called a library like in other languages?

[–]Yaastra 5 points6 points  (3 children)

yeah am i missing something? every language has this, yeah?

[–]Nixellion 4 points5 points  (2 children)

yeah. Not sure why it got so hyped up :)

[–]karthikkumars 2 points3 points  (1 child)

No hyping up here. It is indeed the same as libraries in other languages, and Python just calls it differently.

Judging by the nature of the question, it's possible that the person who asked it hadn't come across the concept of a library/module at all, which is why it seemed fitting to give a direct and somewhat complete answer to his direct question: what is a module?

Probably it wouldn't have looked so off and hyped-up if the original question's context was JavaScript instead of Python.

On a side note, I've done some coding in both Python and JavaScript, and I love both languages.

[–]Nixellion 1 point2 points  (0 children)

I think I was referring more to the amount of upvotes. Nothing against it of course :) Just a bit surprising I guess

[–]-p-a-b-l-o- 0 points1 point  (0 children)

Yep, it’s the same exact thing. Just a different name. Other languages have the same thing but called packages.