venkat pathy wrote: > I came across a series of functions starting with "__". For > example, __fun() . May I know what are all these functions ? > I came across __init__ like functions starting and ending with "__". > Whether they are constructors which are overloaded ? reading the documentation might be helpful: http://docs.python.org/tut/node11.html </F>