The Teclado Blog

Tkinter's Pack Geometry Manager

In this post we dive into GUI development and take an important step towards understanding Tkinter's pack geometry manager.

Python Dictionaries and Loops

In this post we cover various ways we can iterate over dictionaries. Learn how to use the items and values methods to write more Pythonic loops with dicts.

Python's zip_longest Function

zip is an incredibly powerful tool, but it has its limitations. Learn about zip_longest so you can zip collections of any length without losing data!

Coding Interview Problems: Palindromes

We're back tackling another common coding interview problem. This time we're tackling palindromes! Avoid common problems and impress at your next interview.

Using zip in Python

Python's zip function is extremely powerful and can simplify your code greatly, particularly when working with multiple iterables at the same time. In this post we cover a few ways to use it!

The Teclado Blog © 2026