Method and Function Overriding in Python

Posted on May 02, 2021 in Tips & Tricks

Using @functools.singledispatch and type annotations.

Continue reading

An Exploration of Fibonacci in Python

Posted on September 05, 2020 in Tips & Tricks

Beginner guide to understanding Python’s slice object.

Continue reading

A Visual Guide to Python Slices and Indexes

Posted on August 31, 2020 in Tips & Tricks

Beginner guide to understanding Python’s slice object.

Continue reading

6 Pythonic Bit Manipulation Recipes

Posted on August 22, 2020 in Tips & Tricks

Some reusable python recipes for manipulating bits to perform fast arithmetic.

Continue reading

Seven Intermediate-Level Tips and Tricks for Python Lists

Posted on August 12, 2020 in Tips & Tricks

The list is everywhere in Python. Up your game with these tips and tricks.

Continue reading

16 Intermediate-Level Python Dictionary Tips, Tricks and Shortcuts

Posted on August 06, 2020 in Tips & Tricks

Dictionaries are the heart and soul of Python. Here are the most essential tips and tricks for you to use with dictionaries.

Continue reading

22 Pythonic Tricks for Working with Strings

Posted on July 19, 2020 in Tips & Tricks

String manipulation is something we Pythonistas do a lot. Here are 20 top tips & tricks you might find useful!

Continue reading

13 lessons learned from taking 8 AWS certification tests in 4 weeks

Posted on July 02, 2020 in aws

It was mostly painful. Herein follows a compression algorithm for experience.

Continue reading

10 Tools I Use to Craft Better Python Code

Posted on May 19, 2020 in Tips & Tricks

I use these utilities every day to make my Python code presentable. They’re free and easy to use.

Continue reading

How to Effectively Use Python Classes

Posted on May 18, 2020 in Tips & Tricks

Let’s explore the powerful object-oriented programming concepts available to us in Python!

Continue reading