The Teclado Blog

Python Easter Eggs

This week we take a look at some of Python's hidden Easter eggs, including perhaps the most important module in all of Python: antigravity.

Coding Interview Problems: Rotating a List

In this post we tackle another common coding interview problem: rotating a list. Avoid common pitfalls and impress at your next coding interview.

Python Deques

Deques are a very handy collection type from the built-in "collections" module. They extend the functionality of lists and give us a couple more useful methods. Learn about them in this post!

Simple JWT Authentication with Flask-JWT

Adding authentication in Flask applications can be really straightforward. Learn more about token-based authentication with Flask-JWT in this post.

Python Itertools Part 2 - Combinations & Permutations

This week we continue our look at the itertools module, this time covering the permutations and combinations functions.

The Teclado Blog © 2026