Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios. Latest release v4.19.3

Splash Page

Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop.

Posts

Unpacking Operators

3 minute read

Ever come across a time when you wanted to extract all elements of a list using a single expression. Well, in that case unpacking operators are exactly what...

Lambda Expressions

2 minute read

I happened to stumble upon this expression recently while going through a piece of code and after reading the python docs I just realised that I could very ...