added upython.md

o2switch
zvevqx 2 years ago
parent 129b973994
commit 3b145dda1c
  1. 46
      pages/upython.md
  2. 6
      pages/variousCli.md

@ -0,0 +1,46 @@
title : Micropython ressources
author: zvevqx
published: 2025-11-22
cat: code , python
desc: ressources for micropython
...
# ressource website
[https://awesome-micropython.com/](https://awesome-micropython.com/)
# ide
- thonny
[https://thonny.org/](https://thonny.org/)
linux install :
```
Official downloads for Linux
Installer (installs private Python 3.10 on x86_64, uses existing python3 elsewhere)
bash <(wget -O - https://thonny.org/installer-for-linux)
Re-using an existing Python installation (for advanced users)
pip3 install thonny
3rd party distributions (may have older version)
Flatpak
flatpak install org.thonny.Thonny
Snap
sudo snap install thonny
Debian, Raspbian, Ubuntu, Mint and others
sudo apt install thonny
Fedora
sudo dnf install thonny
```

@ -17,4 +17,10 @@ desc: differents one line ( or more ) command to do differents stuff
`cdda2wav -vall cddb=-1 speed=4 -paranoia paraopts=proof -J -B -D /dev/sr0` `cdda2wav -vall cddb=-1 speed=4 -paranoia paraopts=proof -J -B -D /dev/sr0`
## disk usage analyser
`ndcu`
## local ai
https://github.com/StanGirard/quivr/#demo-highlights-

Loading…
Cancel
Save