Turn your #RaspberryPi into an #AI lab! 🧠🐧 Learn how to run #PyTorch models directly on it with this step-by-step guide.
What kind of AI project would you try on your Pi? #artificialintelligence #python 👇
https://peppe8o.com/artificial-intelligence-model-raspberry-pi-pytorch/

Chuyển đổi file đa năng với Gradio & Hugging Face! 🚀
Ứng dụng này hỗ trợ chuyển đổi giữa nhiều định dạng như:
* Ảnh → Văn bản (OCR), PDF, DOCX, PNG/JPG/WEBP
* PDF → Văn bản, DOCX, Ảnh (ZIP)
* Văn bản → DOCX, PDF, Excel, CSV, MP3/WAV (TTS)
* DOCX → Văn bản, PDF
* Excel → CSV, Văn bản, PDF
* Audio → Văn bản (speech recognition), WAV/MP3
* Video → Audio (MP3/WAV), MP4, AVI, GIF
#python #machinelearning #AI #huggingface #gradio #fileconversion #ứngdụng #chuyenfile # trí tuệ nhân tạ
🏴☠️ Yay, my hacktackular package patchy has started earning sponsorship on Tidelift!
Thanks to all who use it, and the strange necessity that forces you to do so.
https://github.com/adamchainz/patchy
#qiita #Python #AtCoder #競技プログラミング
SOLUTION: https://memory-graph.com/#codeurl=https://raw.githubusercontent.com/bterwijn/memory_graph_videos/refs/heads/main/exercises/exercise15.py&play
explanation: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#python-data-model
#python #programming #memory_graph #mutability

Tutorial
Da idéia ao deploy com Plone - Érico Andrei
Nesse tutorial você aprenderá como criar um novo projeto utilizando Plone (Portal Modelo, Portal Padrão ou Portal Brasil), deixar o projeto com a sua cara e fazer o deploy em um ambiente remoto.
#python #bolhadev #pythonbrasil #pybr2025

Tutorial
Python com Microcontrolador - Quenia Gouevia
Aprenda programação básica com MicroPython e ESP32 usando a plataforma BIPES. Ideal para iniciantes em IoT.
#python #bolhadev #pythonbrasil #pybr2025

`setattr` saves the day https://docs.python.org/3/library/functions.html#setattr #python #object
Everything fun and games until you try to `pip install fastapi` on a FreeBSD server. Tip: bring a rust toolchain! #python #fun
@moehrenfeld Which YAML library are you using? If you're using PyYAML, it might be worth taking a look at ruamel.yaml (https://yaml.dev/doc/ruamel.yaml/) to see if it makes this any easier. (Unfortunately it's not super well documented)
Right now I’m working on a #Python project that reads a lot of data from #YAML files. The data is validated later in the process when additional information from other sources is available.
Yet there seems to be no easy way to annotate the YAML data with information from which source file/position it was read. The YAML loader has the information internally (in the YAML Node) but there seems to be no easy way to preserve this information. (1/2)
Yes, it has to be #golang. Simply because most humans answer golang if you ask them which one is faster, golang or #python. Actually, a newcomer (like me, for example) can easily write 10x slower program in #C than in python, they all are seeded a thought that compiled languages produce faster programs.
So, golang is a better candidate for reference apps to compare #petlang with.