I am learning python from "Learn Python The Hard Way", I came across a source code
"from sys import argv" and got an explanation that sys is a module from where argv is imported.
Although, sounds simple but still not able to understand the concept behind. I would like to know how they picked up the module sys or how we gonna decide from where we need to import.
please help!