The Teclado Blog

Python's symmetric_difference Method for Sets

In this Python snippet post we cover a lesser known set method: symmetric_difference.

Introduction to unit testing with Python

Testing is an essential part of software development. Start writing simple and effective tests with this blog post. It's easier than you think!

Python Comprehensions with Conditionals

In this snippet post we show you how to add conditional clauses to your list comprehensions. Once you know how to use it, this kind of filtering is very powerful.

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.

The Teclado Blog © 2026