The Teclado Blog

How to set up Visual Studio Code for Python development

Visual Studio Code is an amazing editor for Python. Here are a few extensions, tips, and tricks I've learned over the years!

Handling the next URL when logging in with Flask

Learn how to redirect users to their intended destination after logging in, instead of a default "profile" page every time. Simple, but can have a big impact in user experience!

Protecting endpoints in Flask apps by requiring login

In this post we'll learn to prevent unauthorised logins to our Flask endpoints. We'll also look at decorators so that we can secure endpoints with a single line of code for each!

How to add user logins to your Flask website

Authentication (log in and sign up) can be tricky. In this blog post we'll guide you through adding it to a website or web app built entirely with Flask!

How to Start Learning Python

Want to start learning Python? Wondering where and how to begin? We'd love to help. In fact, it's what we do!

The Teclado Blog © 2026