The Teclado Blog

VSCode for Django Development in 2024

Setting up Visual Studio Code for Django is straightforward! There are just a few extensions we recommend, and then you'll be good to go.

Introduction to pytest: A Beginner's Guide

Add tests to your Python code with pytest. Let me show you how to write simple, effective tests!

How to use pyenv to manage Python versions

If you need to install multiple Python versions, going the ol' installer route isn't the best idea. In this article I show you how I manage multiple Python versions, using pyenv.

How to run tasks periodically in Render.com

Have you ever had to run some code every hour, or every day, or every week? In this article I'll show you how to set it up, to run in the cloud, very easily!

How to upload files to Backblaze B2 using Python

If your web app handles user uploads, you need a place to store the files. This article shows you how to set up Backblaze B2, a cloud storage service, to store any uploaded files using Python.

The Teclado Blog © 2026