How to Set Up Visual Studio Code for Powerful Python micro:bit Development

Introduction The BBC micro:bit is a tiny, powerful microcontroller that makes learning programming fun and accessible. By combining Python with Visual Studio Code (VS Code), you can write, test, and flash code to your micro:bit easily. In this guide, I’ll walk you through setting up a complete development environment so you can start creating projects in MicroPython, the Python variant that works on micro:bit. Note: micro:bit offers their own official editor for Python. Although it is easy to use, I recommend you set up VS Code as it is more customizable and provides additional features. ...

November 9, 2025 · 5 min · Titus Johnson

Create a Beautiful Shell Environment with Oh My Zsh

This article describes how to create a beautiful shell environment with Oh My Zsh and Powerlevel10k.

October 2, 2022 · 5 min · Titus Johnson

How to Get Display Server Type in Python on Linux

This article describes how to get the display server type in Python on Linux.

June 9, 2022 · 3 min · Titus Johnson

Getting Started with Distrobox in Linux

This article describes how to install Distrobox on Linux.

June 2, 2022 · 2 min · Titus Johnson

Getting Started with Python in VS Code

This article describes how to install Python and VS Code to create a productive development environment.

May 8, 2022 · 3 min · Titus Johnson