Python

Using Twitter's API to Gather Tweet Stats (and Follower Data) in Python

In this little tutorial, we will learn how to use Twitter's API to download statistics about your tweets, like number of impressions, profile clicks etc. Also, we download a list of your followers, which would also allow you to track your unfollowers.

Read
Teaching

The Number Guessing Game

I find the "number guessing game" extremely versatile and useful for teaching Python to absolte newbies. Here is why.

Read
Playground

Hello World

Hello World

Read