I'm trying out some beginning web scraping using BS4. I went to a site called finviz.com since I have some stuff there I'd be interested in.
print(soup.find_all('a', class_ = 'screener-link-primary'))
Here's two lines of the output when I print the above^ . How would I extract "AGO" and "AGM" from this? I tried pasting the line of text as text but it stripped away all the html tags...so i pasted it as an image