Micro Python might be a bit more popular than AppImageKit. We know about 81 links to it since March 2021 and only 55 links to AppImageKit. 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.
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
The equivalent of "Windows portable apps" on Linux isn't flatpaks (these add a bunch of extra stuff and need some sort of support from the OS) but AppImages[0]. AppImages are still not 100% the same (and can never be as Windows applications can rely on A LOT more stuff to be there than Linux desktop apps) but functionally/UX-wise they're the closest: you download some program, chmod +x it and run it like... - Source: Hacker News / 14 days ago
Exciting. I'd love to see AppImage [0] builds of applications produced with this library. [0] https://appimage.org/. - Source: Hacker News / 7 months ago
Like again if you are not sure, what open source means, this is open source: https://appimage.org/ Hope it is abundantly clear with this example. Docker tried it's best to do the whole open source but business first and it led to disastrous results. At best this will make your company suffer and second guess itself and at worst this is moral fraud. Talk to your group partner about this and explain to them as well. - Source: Hacker News / 8 months ago
What you're looking for sounds like AppImages (https://appimage.org/) . I have only used them while downloading games from itch.io, etc. (since I prefer package managers) but they seem to work out of the box on popular distros. - Source: Hacker News / about 1 year ago
Ideally a new instance of the application is installed for each user. This also provides better isolation if one user upgrades/removes/breaks their application instance. I, for one, have really come around to the AppImage model [0] in the last couple of years. [0] https://appimage.org/. - Source: Hacker News / over 1 year ago
Mode Python Notebooks - Exploratory analysis you can share
Flatpak - Flatpak is the new framework for desktop applications on Linux
Invent With Python - Learn to program Python for free
FLATHUB - Apps for Linux, right here
Full Stack Python - Explains programming language concepts in plain language.
Snapcraft - Snaps are software packages that are simple to create and install.