Rendition object (143)

Twitter Sentiment Analysis with Azure's Text Analytics API

Creating a sentiment analysis with Twitter messages is not really easy due to the brevity of the texts and the frequently used irony and sarcasm. With the Azure Text Analytics API this works surprisingly well anyway.

Rendition object (145)

Deploy Your Django Azure Web App with Python 3.6

You want to use the automatic deployment scripts that Azure web apps provide, but your Django website needs Python 3.6? No problem, with your own deploy.cmd, this challenge will work.