I'm trying to write a scraping engine for sbrodds.com. Unfortunately I need to login to get the right data. I looked into mechanize and selenium but I am sadly very poor at python and web scraping and am not understanding how to use these.
Here is a screenshot of the Chrome inspect elements page for the login boxes:

Can someone please provide as suggestion as to what technology I should use to perform a login to this site inside Python code? The goal is to eventually load the logged-in page's data into BeautifulSoup.