Created
April 2, 2021 20:05
-
-
Save ccortezb/a87cad2a203a00b4558898f828a7f838 to your computer and use it in GitHub Desktop.
nlp2_5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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