CPython supports asynchronous programming via the asyncio library. MicroPython provides asyncio which is a subset of this, optimised for small code size and high performance on bare metal targets. This repository provides documentation, tutorial material and code to aid in its effective use.
This project is a technical handbook and tutorial guide for the Babel compiler. It serves as a resource for configuring the tool and writing custom plugins to transform JavaScript source code. The guide provides instructional material on creating custom transformation plugins and modifying the compilation process. It specifically covers how to navigate and modify abstract syntax trees to programmatically rewrite source code. The documentation covers the mechanics of code transformation, the management of compiler configurations, and the fundamentals of compiler tooling. It includes guidance
A best practices guide for day 2 operations, including operational excellence, security, reliability, performance efficiency, and cost optimization.
The first part of this repo contains assorted code ideas for MicroPython. Many are targeted at Pyboard variants. Some are intended as pointers to programmers rather than being complete. Egregious bugs will be fixed but I may not accept feature requests.
The main features of peterhinch/micropython-samples are: Mathematics and Statistics, Rotary Encoders, Tutorials and Guides.
Open-source alternatives to peterhinch/micropython-samples include: peterhinch/micropython-async — CPython supports asynchronous programming via the asyncio library. MicroPython provides asyncio which is a subset of… jamiebuilds/babel-handbook — This project is a technical handbook and tutorial guide for the Babel compiler. It serves as a resource for… arun-gupta/kubernetes-java-sample. aws-samples/aws-workshop-for-kubernetes — AWS Workshop for Kubernetes. bramrausch/encoderlib — EncoderLib is a library to handle a rotary encoder in MicroPython. aws/aws-eks-best-practices — A best practices guide for day 2 operations, including operational excellence, security, reliability, performance…