In this tutorial, you will learn how to flash MicroPython on a board; this way, you will be able to…
python

Sending an email with Python
In this tutorial, you will learn how to send an email with python and how to use environment variables to…

Switch Case – Python
In this tutorial, I am going to show you how to implement Switch Case using Python. Unlike other languages like…

Multithreading – Python
Brief Introduction The Multithreading concept needs a proper understanding of these two terms – a process and a thread. A…

How to Blink an LED with Raspberry Pi GPIO
In this tutorial I am going to show you how to turn on and off an LED using a Raspberry…