Python Links

Updated on 28 Dec 2022

OS used for code samples

I use the Linux Ubuntu operating system for my Python scripting. This is also useful for Home Assistant and Rasberry Pi

Code editors

When you write code, you’ll want to use a code editor. My editor of choice is VSCode - which can be used for many languages. A few extensions I use with VS Code that pertain to Python are:

Other icon sets can be found here https://marketplace.visualstudio.com/search?term=icons&target=VSCode&category=All%20categories&sortBy=Relevance

Sample Code