When you create a python program as simple as HelloWorld, have you ever wondered what happens behind the scene. Or, lets say if you perform a more advanced stuff like importing a local module to call a function declared in another file, how python ex...