Created
November 28, 2020 17:51
-
-
Save pranjalAI/d61945e74ff5b45af1a59d5f20a31483 to your computer and use it in GitHub Desktop.
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
links=[] | |
pubs=["swlh",'illumination','analytics-vidhya','better-advice','the-post-grad-survival-guide','the-ascent'] | |
stop_words = set(stopwords.words('english')) | |
for pub in pubs: | |
links.append("https://medium.com/"+str(pub)+"/latest") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment