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

    We respect your privacy. Unsubscribe at anytime.

    Twitter-API + Python: Mapping all Your Followers Locations on a Choropleth Map

    What will we cover in this tutorial? How to find all the locations of your followers on Twitter and create a choropleth map (maps where the color of each shape is based on the value of an associated variable) with all countries. This will all be done by using Python. This is done in connection … Read more

    Python Twitter Bot to Unfollow Friends that do not Follow Back – 3 Easy Steps

    What will we cover in this tutorial? How to unfollow friends in Twitter Python that do not follow back. The process to get the access tokens to use the Twitter API How to connect to the twitter API The actual implementation of the code. This is updated to Tweepy version 4.4 Step 1: Setup up … Read more