No Micro Python videos yet. You could help us improve this page by suggesting one.
Flatpak might be a bit more popular than Micro Python. We know about 85 links to it since March 2021 and only 81 links to 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.
It's hard to tell if he is referring to Flatpak: https://flatpak.org/ or if the nomenclature is a coincidence. However, from what I can tell, the presenter is talking about similar things. - Source: Hacker News / about 1 month ago
Hopping from one distro to another with a different package manager might require some time to adapt. Using a package manager that can be installed on most distro is one way to help you get to work faster. Flatpak is one of them; other alternative are Snap, Nix or Homebrew. Flatpak is a good starter, and if you have a bunch of free time, I suggest trying Nix. - Source: dev.to / about 1 year ago
The repository that I used is the official one from flathub.org, I literally typed:. Source: over 1 year ago
It shouldn't be too complicated to create a package from the provided tarball. [1]: https://flatpak.org/. - Source: Hacker News / almost 2 years ago
Besides, there may be other ways to install them, although there doesn't seem no such Flatpak packages in Flathub. For example, some senerio to use some release channel or Docker / Podman. Additionally, when you use a different Linux distro where systemd is adopted and therefore can do Snaps (Snapd), you have another possibility. - Source: dev.to / almost 2 years 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 / 3 months 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 / 4 months ago
For context > MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments. https://micropython.org/. - Source: Hacker News / 11 months ago
Just putting my hand up to say that MicroPython is awesome (and runs on the RP2040). https://micropython.org. - Source: Hacker News / over 1 year ago
If you really want to engage in the travesty that is shoehorning a high level scripting language into an environment that has 512 bytes of RAM and less clock cycles than an electric toothbrush, there is micropython. Source: over 1 year ago
Snapcraft - Snaps are software packages that are simple to create and install.
Mode Python Notebooks - Exploratory analysis you can share
FLATHUB - Apps for Linux, right here
Invent With Python - Learn to program Python for free
Homebrew - The missing package manager for macOS
Full Stack Python - Explains programming language concepts in plain language.