Using selenium with headless browser
My note about setting selenium
»My note about setting selenium
»“In Python, everything is object”.
What does it means? Is that like other Programming Language (for example Java),
everything in Python is instance of Base Class?
If it is, what is the Base Class in Python? I have heard about object
class in Python, is that Base Class?
In this serial, I write about what I learned about Python over the weekend.
This week, I talked about (1) how to write a function to find an element in a
list , (2) remove function of list, and (3) the different between __getattr__
and __getattribute__
.
In this serial, I write about what I learned about Python over the weekend. This week, I talk about 2 problems (1) function argument ’s default value and (2) function variable argument.
»In this article, I shared my experience with a weird bug in nosetests
. Let ’s
see what is it, and what we could do to fix/avoid it in future.