I am new to the community. I am working on a project for determining the address from an html file. The specific string that I am trying to process is
<address class="list-card-addr">1867 Central Ave, Augusta, GA 30904</address>
I have tried processing it using manual tools. I'd like to use python to process the entire html file. Can someone explain how to do this in python? Thank you in advance.