answered 2014-07-17 06:25:18 -0500
Regarding 1st question - just write in the top of A.py:
import B import C
than if you have e.g. in B.py some function1, you can reach it in A.py :
B.function1()