Hacker News Search
Medium
DuckDuckGo
hckr news
Mastodon
Hacker News
Lobsters
Productivity Power Tools
Micro Python
Thonny
Invent With Python
Numba
Cliprun
Nim (programming language)
Zig
Cython
Hacker News Search
Micro PythonBased on our record, Hacker News Search seems to be a lot more popular than Micro Python. While we know about 2812 links to Hacker News Search, we've tracked only 84 mentions of Micro Python. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
> Honed-Travertine Drum Desk Clock The AI clock has weird tics instead of radial ticks. Strange, but I like it. > what is "pelican in a bicycle"? Original post: https://news.ycombinator.com/item?id=42433609. - Source: Hacker News / 5 days ago
Here's some less popular posts in the past year that people didn't make Poob jokes about: * Gemini is now on Mac * OpenClaw is now on Android * Instapaper is now on Kobo * Gitzy is now on Testflight * Webpack is now on Bluesky https://hn.algolia.com/?dateRange=pastYear&page=0&prefix=true&query=%22is%20now%20on%22&sort=byPopularity&type=story. - Source: Hacker News / 2 days ago
Yes, I think it just takes time for more substantive comments to show up. https://hn.algolia.com/?dateRange=all&page=0&prefix=true&sort=byDate&type=comment&query=reflective%20reflex%20by:dang. - Source: Hacker News / 5 days ago
Now my tree has all the bad characteristics of a linked list (* nodes * children), all the fragmentation of multiple heap vectors (* nodes), and terrible set-up / tear-down time (in this case, Drop alone was taking up a good chunk of runtime). But a tree can be represented a million ways, and can always be linearized. So now I really consider my access/insert patterns of the tree, whether it's really a tree or... - Source: Hacker News / 5 days ago
Stripping whitespace from JSON probably does save that many tokens? /? Fewer tokens: https://hn.algolia.com/?q=fewer+tokens. - Source: Hacker News / 6 days ago
Reasonably, that language is MicroPython [1] which is the special pared-down version of Python for memory-constrained embedded targets. [1]: https://micropython.org/. - Source: Hacker News / 6 months ago
In this post, weโll walk through how to use MicroPython on the popular ESP8266 microcontroller to stream sensor data (like temperature and humidity) directly to a real-time web dashboard โ no cloud platform, no third-party services, and no cost beyond your WiFi and coffee. - Source: dev.to / 9 months ago
Welcome to the world of MicroPython, an efficient and lightweight implementation of Python 3 that runs directly on microcontrollers like the ESP32. This blog post is a deep dive into building a real-world smart sensor project in under 15 minutes using MicroPython โ no Arduino IDE, no C++, and no nonsense. - Source: dev.to / 10 months ago
I'll link to it because many people don't know a version of Python runs on microcontrollers: https://micropython.org/. - Source: Hacker News / over 1 year ago
I'm personally working on something like this for the ESP32, but written on top of micropython [1]. A few things are written in C such as the display driver, but otherwise most things are in micropython. We chose the T-Watch 2020 V3 microphone variant as the platform [2]. Our objective is to build a modern PDA device via a mostly stand-alone watch that can be synced across devices (initially the Linux desktop). We... - Source: Hacker News / over 1 year ago
Medium - Welcome to Medium, a place to read, write, and interact with the stories that matter most to you.
Thonny - Python IDE for beginners
DuckDuckGo - The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.
Invent With Python - Learn to program Python for free
hckr news - An unofficial, alternative interface to Hacker News
Numba - Numba gives you the power to speed up your applications with high performance functions written...