Method and Function Overriding in Python

Posted on May 02, 2021 in Tips & Tricks

Using @functools.singledispatch and type annotations.

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

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