:::info
Python Class
Python's self is the same as the this pointer in C++ or Java, but self is always explicit in both headers and bodies of Python methods to make attribute access more obvious
If you wnat to define private member in Python class,you should prefix with double double underscore "__"
:::
Receive HTML string from a URL