October 2015

Exploring Python dis

As you might know, CPython, the most commonly used implementation of Python, uses a stack based virtual machine to run Python scripts.

Read More

October 2015

Programmatically Accessing Cloud Photo APIs

This is a short evaluation on whether one can perform a series of basic tasks using the APIs that cloud photo services provide.

Read More

September 2015

Using Async Functions in Python 3.5

With the new async syntax in Python 3.5, defining asynchronous functions has become a lot simpler. In this article, I will demonstrate a simple example for this new feature.

Read More

September 2015

5 Ways to Filter Items in Python 3

Given a list items, that contains ints and None, produce a list that only contains the int values with their order of appearance preserved.

Read More

September 2015

Who To Sue If Skype Spam Kills You

The other day I received this ominous message on Skype from an infected machine:

Read More

Go to: