micropython共27篇
Apps Script Web Apps 回應文字內容的轉址問題-拾光赋

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

Apps Script Web Apps 回應文字內容的轉址問題,Google 的 Apps Script 是個很不錯的服務,很方便就可以建立後端應用,不過如果回應純文字內容,就會因為安全考量而改用轉址方式傳回真正的文字。...
kity的头像-拾光赋kity5天前
04510
Understanding '*args' and '**kwargs' in Python-拾光赋

Understanding ‘*args’ and ‘**kwargs’ in Python

Understanding '*args' and '**kwargs' in Python, Understanding *args and `kwargs` in Python** In Python, *args and **kwargs are used to pass a variable number of arguments to a func...
kity的头像-拾光赋kity29天前
0308
What is String and its types in Python?-拾光赋

What is String and its types in Python?

What is String and its types in Python?, What is a String in Python? In Python, a string is a sequence of characters enclosed within single quotes ('), double quotes ('), or triple...
kity的头像-拾光赋kity1个月前
0379
A Beginner's Guide to Python Libraries: Unlocking the Power of Pre-Written Code-拾光赋

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

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 reaso...
kity的头像-拾光赋kity5个月前
0407
How to Use L298N Motor Driver with Raspberry Pi Pico W-拾光赋

How to Use L298N Motor Driver with Raspberry Pi Pico W

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 Raspberry Pi Pico W, with cod...
kity的头像-拾光赋kity5个月前
0345
Building an Interactive Mad Libs Game in Python: A Beginner's Guide-拾光赋

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

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 hilariously absur...
kity的头像-拾光赋kity6个月前
03615
Understanding MicroPython: Python for Small Devices-拾光赋

Understanding MicroPython: Python for Small Devices

Understanding MicroPython: Python for Small Devices, What is MicroPython? MicroPython is a version of the popular Python programming language tailored to run on tiny computers call...
kity的头像-拾光赋kity10个月前
04513
How to Transfer Data from Computer to Raspberry Pi Pico-拾光赋

How to Transfer Data from Computer to Raspberry Pi Pico

How to Transfer Data from Computer to Raspberry Pi Pico, In this blog post, we'll explore a practical example of how to transfer data from your local computer to a Raspberry Pi Pic...
kity的头像-拾光赋kity2年前
03611
Getting Started with REPL on the Raspberry Pi Pico using Rshell-拾光赋

Getting Started with REPL on the Raspberry Pi Pico using Rshell

Getting Started with REPL on the Raspberry Pi Pico using Rshell, In the ever-expanding realm of embedded systems and microcontrollers, the Raspberry Pi Pico W has carved a niche fo...
kity的头像-拾光赋kity2年前
02311
MicroPython for Raspberry Pi Pico: Unleashing the Power of Python in the Embedded World-拾光赋

MicroPython for Raspberry Pi Pico: Unleashing the Power of Python in the Embedded World

MicroPython for Raspberry Pi Pico: Unleashing the Power of Python in the Embedded World, Introduction MicroPython, a lightweight implementation of the Python programming language, ...
kity的头像-拾光赋kity2年前
04913
MicroPython 101 IoT Basics-拾光赋

MicroPython 101 IoT Basics

MicroPython 101 IoT Basics,MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library. It's...
kity的头像-拾光赋kity2年前
03712
How to Transfer Data/Files from Raspberry Pi Pico to Local Computer (Programmatically)-拾光赋

How to Transfer Data/Files from Raspberry Pi Pico to Local Computer (Programmatically)

How to Transfer Data/Files from Raspberry Pi Pico to Local Computer (Programmatically), Learn how to write to files on your local computer so that you can save larger files using t...
kity的头像-拾光赋kity2年前
04413