Learn practical skills, build real-world projects, and advance your career
import jovian
#Sentimental analysis using python
from textblob import TextBlob
import nltk
from newspaper import Article
url='https://towardsdatascience.com/understanding-cv-how-ai-sees-our-world-a977b90bf612'
article=Article(url)