From 3b145dda1ce6408a4566e7d1bc00fb94d7064cf0 Mon Sep 17 00:00:00 2001 From: zvevqx Date: Thu, 21 Mar 2024 12:57:33 +0100 Subject: [PATCH] added upython.md --- pages/upython.md | 46 +++++++++++++++++++++++++++++++++++++++++++++ pages/variousCli.md | 6 ++++++ 2 files changed, 52 insertions(+) create mode 100644 pages/upython.md 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-