ah, you will want to add the admin on skype to get in then

__init__ is a deceleration for what happens when the object is first called. so when you create any new class n() __init__ is called.

short for initialization or called a constructor in java &some other langs.

here you have w and s

w being called to reference http ( for making calls like a browser would) and s for reading the socket data if i remember right.