|
|
|
|
|
by gpsarakis
4612 days ago
|
|
CSS selectors are much easier to remember than XPath. Python's BeautifulSoup allows you to select elements with selectors and is very convenient. XPath is a bit more verbose and most people already are familiar with CSS syntax. |
|