diff --git a/pages/upython.md b/pages/upython.md new file mode 100644 index 0000000..2ece3e7 --- /dev/null +++ b/pages/upython.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 + +``` + diff --git a/pages/variousCli.md b/pages/variousCli.md index d485f84..157dedd 100644 --- a/pages/variousCli.md +++ b/pages/variousCli.md @@ -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` +## disk usage analyser +`ndcu` + +## local ai + +https://github.com/StanGirard/quivr/#demo-highlights-