Python

CloudComputing

Azure Python Blob Trigger

In this Tutorial we will use Azure Blob Storage triggers to process our previously collected data from the Twitter API.

Read
CloudComputing

Use Azure Functions to Periodically Download Your Tweet Stats

Today we use a Azure Function App in Python to periodically download follower statistics from Twitter's API

Read
Python

A Comprehensive Guide to Slicing in Python

Python Slicing is a powerful tool to access sequences. To learn more about the inner mechanics of slices, read this post ;)

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