Exemplo feito durante o tutorial apresentado na #PythoBrasil2025 sobre #shapely e #trimesh com o mantenedor no py5, Jim! Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_10_23
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

Mostrar un ejemplo simple y completo de codificación one-hot
Frecuencia de dos columnas categóricas
#python pandas curso data wrangling
#anzoátegui #Lecheria software Libre
More stuff for sale! Help fund by work!
https://abav.lugaralgum.com/links
#creativeCoding #FLOSS #Python #OpenEducationalResources
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_10_22
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_10_21
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
⏰ Only 3 days left to submit your talk for #PyCascades 2026!
We’re heading to Vancouver, BC 🇨🇦, and we want to hear your story — from first-time speakers to seasoned Pythonistas. 🐍✨
🗓️ Deadline: Oct 27, 2025 (AoE)
👉 https://www.pycascades.com/news/cfp-review/

Not that anyone has asked, or cares, about my podunk, backwater processes. There's a few reasons why I haven't migrated my #Python work to use #uv
1. I don't care about performance. My work is done on a potato machine and it won't make much difference, to me. For now.
2. I prefer to keep the VC funded company Astral at arms length, pay attention, and see how the tool development plays out.
3. I actually like watching individual projects like #pyenv #pipx and the rest. How they work as a community, handle bugs and new features.
I did the same with the flake8 module projects before I commited to using ruff several years ago. YMMV
Huh. This is a new one.
Somehow, I've managed to pollute my #Python pip userspace with a bunch of packages from a #Poetry project I normally work on.
Fortunately, I could just easily rebuild with #pyenv and #pipx. Just kinda weird that it happened in the first place. I might have to go back to explicitly using `poetry shell` for isolation. *shrug*
...I have been using uv for the last couple of weeks and it addresses all of these annoyances
It feels smart and it's written in Rust and it does pnpm style caching, so it's fast as hell 🐍
Собираем ANPR-систему на Python: от YOLOv8 и кастомного OCR до INT8-квантизации
Привет, Хабр! Распознавание автомобильных номеров (ANPR) — задача не новая. Существует множество коммерческих решений и open-source библиотек. Но что, если стандартные инструменты не не подходят? А что, если нам нужна система, которая будет молниеносно работать на обычном CPU, без дорогих видеокарт? Недавно я столкнулся именно с такой задачей. Вместо того чтобы просто "склеить" готовые решения, я решил пройти весь путь ML-инженера от начала до конца: от анализа данных до обучения кастомных SOTA-моделей и их финальной оптимизации. В этой статье я поделюсь всем процессом, кодом, результатами и проблемами, с которыми пришлось столкнуться.
https://habr.com/ru/articles/960048/
#ML #anpr #python #pytorch #ocr #yolov8
Inspired by a talk I had with @BajoranEngineer at #PyTorchCon, I've jotted down some thoughts about #Python as a scripting engine for apps.
https://phildini.dev/python-in-every-app
Shares appreciated! Commentary welcome, but if you're a jerk I'll block you 😇
@freakboy3742 @glyph @brettcannon this is why I was asking about built python ✨
One pet peeve about #GodotEngine - it automatically registers all scripts in the project, regardless of whether they're actually attached to anything in the project.
It would be much,much,much better if GDScript only loaded scripts if they're referenced or attached to a node.
Or if it used imports like #Python, the language it half pretends to be.
No, load() doesn't really count.