Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up
Job Resume TemplateLatest version Micro Python release on December 1, 2024
Name | Micro Python |
Category Name | Programming Languages |
Release Date | December 1, 2024 |
LTS Version | v1.20.0 |
License | 0 |
Official Website | https://micropython.org/ |
Supported OS | Windows, Mac Os, LINUX |
MicroPython is a lean and efficient implementation of the Python 3 programming language tailored for microcontrollers and embedded systems. Designed with minimal resource consumption, it brings the simplicity and versatility of Python to devices with limited processing power and memory. This empowers developers to write compact, Pythonic code for hardware interfaces like GPIO, I2C, SPI, and UART, enhancing prototyping and IoT development. With an interactive REPL, it enables immediate feedback and rapid iteration, making it ideal for teaching and experimenting. Its lightweight nature supports quick deployment and execution in constrained environments.
Software Requirements:- Windows: Python 3.7+ for building and interfacing, USB drivers for serial communication. Linux/macOS: GCC toolchain, Python 3.7+, and a terminal emulator. Firmware: MicroPython firmware specific to the target microcontroller. Hardware Requirements:- Microcontrollers: Minimum 256KB flash memory, 64KB RAM (e.g., ESP32, STM32). Development PC: 1GHz processor, 2GB RAM. Connectivity: USB port for flashing firmware and serial communication.