A page object represents an area in the web application user interface that your test is interating. Page objects reduces the amount of duplicated code and if the user interface changes, the fix need only changes in one place.
Here is a test case which searches for a word in python.org website and ensure some results are found.