Learn how you can become a Python programmer in just 12 weeks.

    We respect your privacy. Unsubscribe at anytime.

    How to Fetch CNN Breaking Tweets and Make Simple Statistics Automated with Python

    What will we cover We will use the tweepy library Read the newest tweets from CNN Breaking Make simple word statistics on the news tweets See if we can learn anything from it Preliminaries Simple Python understanding Setup twitter development API. See this tutorial on how to do it. The Code that does the magic … Read more

    Automate a Quotation Image for Twitter in Python in 5 Easy Steps

    The challenge You have a quote and an image. The quote is long (430 chars) and the picture might be too bright to write in white text. Also, it will take time to find the right font size. Can you automate that getting a result that fits the Twitter recommended picture size? Notice the following. … Read more