Articles by Tag #micropython

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

What is micropython?

You may have heard the word "micropython". When I first came across this word, I was pretty confused....

Learn More 14 1Jul 29 '24

Understanding '*args' and '**kwargs' in Python

🔹 Understanding *args and `kwargs` in Python** In Python, *args and **kwargs are used to...

Learn More 6 0Mar 18

What is String and its types in Python?

What is a String in Python? In Python, a string is a sequence of characters enclosed...

Learn More 5 0Feb 5

Building an Interactive Mad Libs Game in Python: A Beginner's Guide

Have you ever found yourself giggling uncontrollably while filling in random words to create a...

Learn More 5 0Oct 6 '24

Sensors Dashboard (MQTT Raspberry PI+ESP32+FastHTML)

This guide explains how to set up an ESP32 microcontroller with an LM35 temperature sensor to send...

Learn More 4 0Feb 7

🧠 Raspberry Pi Headless Setup Guide (SSH, VNC, Essentials)

This guide walks you through setting up a Raspberry Pi (headlessly) using Raspberry Pi Imager,...

Learn More 2 0Mar 12

A Beginner's Guide to Python Libraries: Unlocking the Power of Pre-Written Code 🐍📚

Python is a popular programming language known for its simplicity and versatility. One of the reasons...

Learn More 2 0Nov 25 '24

How to Use L298N Motor Driver with Raspberry Pi Pico W

In this tutorial, we’ll explore how to control DC motors using the L298N motor driver and the...

Learn More 1 0Nov 1 '24

How to Connect MLX90614 Infrared to Raspberry Pi Pico

In this blog post, we’ll guide you through connecting the MLX90614 infrared temperature sensor to...

Learn More 1 0Jul 5 '24

Why It Sucks to Be a Python Developer in 2025

Python has long been celebrated as the Swiss Army knife of programming languages—versatile,...

Learn More 0 0Apr 25

Data Load through Python

Introduction Managing data is at the heart of many software applications. Often, we encounter...

Learn More 0 0Dec 10 '24

How I Used LLMs to Make IoT Devices Understand Any Language

Recently, I worked on this hobby project to create a multilingual IoT controller using MicroPython,...

Learn More 0 0Dec 23 '24

Python Training Course for Beginners: A Comprehensive Guide to Master Python

Python is one of the most popular and versatile programming languages in the world. Whether you're a...

Learn More 0 0Dec 3 '24

Best Python Course in Delhi: Your Bright Career in Programming

In present days, there are many technology jobs that require skills such as Python programming. This...

Learn More 0 0Nov 14 '24

What is a Microcontroller? Essential Components, Architectures, and Applications

What is a Microcontroller? A microcontroller is a small integrated circuit that is...

Learn More 0 0Oct 10 '24

Chained wi-fi networking for control systems

This describes a networking strategy for controlling simple wifi devices distributed over a large...

Learn More 0 1Aug 24 '24

Apps Script Web Apps 回應文字內容的轉址問題

Google 的 Apps Script 是個很不錯的服務,很方便就可以建立後端應用,不過如果回應純文字內容,就會因為安全考量而改用轉址方式傳回真正的文字。底下以我所撰寫從 Yahoo...

Learn More 0 0Apr 12

MicroPython 1.24.0 的 requests 重新導向的問題

MicroPython 的 requests 模組中實作的 request 函式有個問題,如果叫用時傳入的 headers 引數中包含有 Host 表頭,就會沿用該表頭,而不是使用實際上從 url...

Learn More 0 0Dec 6 '24

Discover the Best Programming Codes – No Signup or Fees Required!

Are you looking for high-quality programming codes to enhance your projects? You’ve come to the right...

Learn More 0 0Feb 2

🚀 10 Simple Ways to Speed Up Your Python Code

Python is great, but sometimes it can be slow—especially with large datasets, loops, and...

Learn More 0 0Mar 17