Skip to content

Instantly share code, notes, and snippets.

@ccortezb
Created April 2, 2021 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccortezb/a87cad2a203a00b4558898f828a7f838 to your computer and use it in GitHub Desktop.
Save ccortezb/a87cad2a203a00b4558898f828a7f838 to your computer and use it in GitHub Desktop.
nlp2_5
news_blogs = [{'news_headline': headline.find('div',
attrs={"class": "blog-title"}).string,
'news_blog': blog.find('div',
attrs={"class": "preview-text"}).string,
'cloud_category': cloud_category}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment