The Teclado Blog

Coding Interview Problems: FizzBuzz

In this post we provide a walk through for a common interview problem: FizzBuzz. Avoid some common mistakes and breeze through this problem in your next coding interview.

List Comprehensions in Python

Learn how to use Python's list comprehension syntax: an awesome, Pythonic tool for creating new lists from existing iterables.

Creating a New Sequence Type in Python - Part 3

In this post we continue our journey to create a new sequence type using classes and Python's special methods. This time we focus on operator overloading!

Python's Enumerate Function

In this Python snippet post we take a look at the enumerate function: a vital tool for creating Pythonic loops.

Coding Interview Problems: Reversing a List (Python)

Reversing a list is one of the most commonly asked interview problems. It's asked to test fundamental knowledge and also your problem-solving skills. In this post we look at a couple different ways to reverse a list easily!

The Teclado Blog © 2026