Cross Platform serial communication using Python (PySerial) and Arduino

Tutorial on How to connect an Arduino or Microcontroller like AVR ATmega328P,MSP430 ,PIC with a Windows/Linux PC using serial port (ViCP) and talking with it using Python and pySerial library.
Tkinter Serial Port Communication with Arduino on Linux

In this tutorial ,We will learn to build a Python Tkinter Serial Communication Program on a Linux system that communicates with an Arduino using Virtual Serial Port.
Matplotlib Crash Course for Absolute Beginner
In this tutorial, We will learn how to create a line graph using Python and Matplotlib library for plotting data coming from an Arduino or Embedded system.
The Tutorial explains about the main concepts that underpin the Matplotlib like Figure & Axes and then we look into creating ticks, changing colour and thickness of the plot line ,how to change the default marker ,how to enable or disable the Grid lines in the Graph etc.
Tags
- Read more about Matplotlib Crash Course for Absolute Beginner
- Log in to post comments
Using Tkinter GUI and Python to Control LEDs from PC
How to Connect Python to MariaDB on Windows for performing CRUD Operations

In this tutorial, we will learn to connect with the MariaDB Database Server running locally on our Windows 11 system and perform basic CRUD (Create, Read, Update, and Delete) operations on it.
A Quick & Easy Introduction to Python GUI design using ttkbootstrap and tkinter
This tutorial is designed to get a Python novice started quickly on using ttkbootstrap GUI Library to create beautiful and professional looking Python Programs . Tutorial assumes that the reader has some experience with Python language. Source Code link Below.
Beginner’s Guide to Setting Up Python Virtual Environment (venv) on Windows & Linux

In this beginner friendly tutorial, You will learn about Creating and using a Python virtual environment using the venv package. The venv package is available with the standard Python distribution on both Windows and Linux systems.
Python SQLite Database CRUD Operations for Absolute Beginners
In this short tutorial, you'll learn how to create and work with SQLite databases using Python across different platforms. The tutorial will walk you through the essential CRUD operations like Create, Read, Update, and Delete using Python with SQLite.
In the First section of the Tutorial, We will teach you commonly used core SQLite CRUD operations like
Tags
Real-Time CPU and RAM Monitoring GUI App using Tkinter and Python
In this tutorial, We will learn how to build a cross platform python app to monitor CPU and RAM usage using psutil library and tkinter (ttkbootsrap) GUI framework.
First part will be a tutorial on various methods available in the Python psutil Libary for System Monitoring and Logging.
In the Second part we integrate the psutil library with a tkinter (ttkbootstrap) program to display various resource usage using radial meter GUI widgets.
