tutorial.eyehunts.com
Python call function from another file
Simply you have to import the function from another file using the import keyword and then call the function in Python.
Rohit