New video on #YouTube: #String #Manipulation Demo using #Python 3.12
Thư viện Python mathai giúp giải toán học!
Tích hợp, bất đẳng thức, giá trị tuyệt đối, đại số...
#mathai #thư viện #python #toán_học #tích_hợp #bất_đẳng_thức #giá_trị_tuyệt_đối #đại_số #programming #mathematics
https://www.reddit.com/r/programming/comments/1p4tmuw/mathematics_solver_pip_install_mathai_python/
Finally finished my #Python #MIDI control program. It is *sweet*! It takes a YAML file with the definitions of note_on/note_off, control_change, pitchwheel, & synthesizer target values, & then converts the controller gesture or note to a synthesizer note_on/note_off or control_change message. Confused yet? Haha! It's really quite simple in practice.
Here's my midi joystick controlling my eurorack midi interface:
https://github.com/ology/Music/blob/master/midi-rock-stone-midi-thing.yaml
+
https://github.com/ology/Music/blob/master/midi-control.py
Next: Docs
Бот, который не забудет полить. Часть 1. Строим диалоговую логику на python-telegram-bot
Привет! Эта первая часть статьи посвящена архитектурному замыслу, выбору стека технологий и базовой реализации бота-напоминалки для полива растений. Рассматривается пошаговая реализация консольного Telegram-бота на Python 3.13 с использованием python-telegram-bot v21+ и паттерна ConversationHandler. Демонстрируется проектирование многоэтапного пользовательского диалога: сбор названия растения, валидация даты последнего полива и интервала, управление состояниями, изоляция сессий и безопасная очистка контекста. Код ориентирован на расширяемость — заложена основа для последующей интеграции с БД (SQLite/PostgreSQL)
https://habr.com/ru/articles/969448/
Pues por ahora llevo esto, teniendo en cuenta que no tengo ni idea de #GIS ni #qgis ni #postgis y he sacado todo de #geotiff con #python estoy bastante contento 🤗

Оптимальный путь в NLP: как стать Middle за полгода
Разбираю оптимальный путь в NLP: какие темы не нужны, что важно выучить, и как за 6 месяцев выйти на уровень Middle. Внутри — ошибки обучения, приоритеты и подробный роадмап с вопросами для самопроверки.
https://habr.com/ru/articles/969438/
#NLP #машинное_обучение #data_science #карьера_в_it #обучение_программированию #ml_system_design #трансформеры #rag #нейронные_сети #python
Just released! 🚀
🎶 pylast 7.0.0
🎤 A #Python interface to @lastfm and Libre.fm
🗑️ Remove `SCROBBLE_SOURCE_*` and `SCROBBLE_MODE_*` constants. Last used in 2017, you probably weren't using them
📻 Add `chosen_by_user` parameter to `scrobble`. Set to false if you don't have "direct" control over the source, like radio or a stream.
🐍 Add support for Python 3.15
📼 Test against recorded API instead of live
🦀 Replace pre-commit with prek
Thanks to @scy!
https://github.com/pylast/pylast/releases/tag/7.0.0
#release #LastFM
Httpx:platzierungen được khoanh sát là kliện HTTP hiện đại cho các lập trình viên. Với hỗ trợ nguyên thủy cho async và sync, nó cung cấpישית tiện khả năng gia tăng hiệu suất và dễ dàng trong việc quản lý các yếu cầu HTTP. Hưởng thuện sử dụng nhu soi nhất ở ganado khác nhau, nâng cấp trải nghiệm phát triển python. #Httpx #KliệnHTTP #LậpTrình #Python #TechNews
https://www.reddit.com/r/programming/comments/1p4pshk/beyond_requests_why_httpx_is_the_modern_http/
Ainda se usa Flask? Se não se usa mais em projetos novos, qual a alternativa?
#bamblers #python
#trimesh #numpy #shapely #3D Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_11_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

#Astronomy
This is the "Planétaire ou planisphère nouveau" by M. Flécheux (1780).
A paper (or cardboard) astronomical instrument, with which you can derive some astronomical parameters.
Background: a star chart and a calendar, a pivoting ruler carrying scales and a set of 3 rotating wheels.
Knowing the date, longitude and local time, you can find the time of passage of stars or Moon at the meridian. Inversely you can derive your longitude by the time of meridian passage. Flécheux claims that his instrument is a solution to the longitude problem at sea, if you carry a watch with the time of the home port... quite a bold statement, given the modest size of the hour wheel, but certainly a major question of his time. In 1780 only a few marine chronometers were available.
Otherwise a pretty instrument. To understand how it works, I couldn't help making a modern reproduction (#TeXLaTeX and #python).
The original (perhaps unique extant copy?) is sold 20000 GBP in London...

ExitStack/AsyncExitStack is the kind of #Python feature that always seemed kind of useless/unclear to me until I needed it and it made everything so much easier. Also: at least for my taste, it was perfectly named. Once I realized what I need I almost immediately thought: isn’t this what an ExitStack could be doing? Reading about features in your programming languages’ standard library can be really helpful even if you don’t understand all of it at once.