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

    We respect your privacy. Unsubscribe at anytime.

    Pandas DataFrame Merge: Inner, Outer, Left, and Right

    What will we cover in this tutorial? A key process in Data Science is to merge data from various sources. This can be challenging and often needs clarity. Here we will take some simple example and explain the differences of how to merge data using the pandas library‘s DataFrame object merge function. The key ways … 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