Tutorial
Build a cloud based weather SMS service using Python, Twilio and PythonAnywhere with Open Weather API
Build a cloud based weather SMS service using Python, Twilio and PythonAnywhere Have you always been forgetful about checking the weather before going outdoors and got really washed out by the rainy days? In this tutorial, I’m sharing with you how to build a cloud-based weather SMS service that runs as scheduled to message you about the weather determining if you need an umbrella or not during the day. Prerequisites 1.
Tutorial
Natural Language Processing and sentiment analysis with TextBlob: a Python NLP library
What is NLP(Natural Language Processing)? Natural language processing (NLP) is a subfield of computer science, information engineering, and artificial intelligence concerned with the interactions between computers and human (natural) languages, in particular how to program computers to process and analyze large amounts of natural language data. (Wikepedia) Dependency to install: $ pip install textblob
Some features of TextBlob: Noun Phrase Extraction Sentiment Analysis Tokenization Words Lemmatization Spell Check Translation # NLP_and_Sentiment_Analysis_With_TextBlob
Tutorial
Host static websites with Netlify
Prerequisites Sign Up a GitHub Account
Sign up a Netlify Account or log in with your GitHub Account
Install Git in your local machine.
How it works?