Working on adding support for plain HTML layouts to holm.
This will also allow full HTML rendering customization, so you could even plug in tools like Jinja or Chameleon.
The feature and the examples are ready. Now comes the documentation.
If interested, feel free to check the PR and comment on the issue: https://github.com/volfpeter/holm/issues/52
@davidbrochart I'm curious if this is something you'd find useful, and if so, what you'd need.
Laboratorio de ondas para experimentar
Generar una onda con color y sonido
#Python #Fisica #Sonido #Color
#softwarelibre #Jovenes #Aprender
No more "vibe checks" for your LLM apps!
Karan Gathani shows how to use InspectAI and #Python to build systematic Evals. Specifically for Python/Shiny devs: ✅ Isolate LLM logic ✅ Build realistic test datasets ✅ Automate scoring ✅ CI/CD integration
Read the post: https://posit.co/blog/using-evals-in-python/
posit::conf(2026) call for talks is now open! If you're an #RStats or #Python user, have a great DS workflow to share, or have some lessons learned, we'd love to hear from you.
🔗 https://posit.co/blog/posit-conf-2026-call-for-talks/
Also: it's been a couple of years since I actively looked at python at goodness me but it feels weird having stronger typing constraint syntax. Kinda reminds me of Haskell back in the 90s/00s.
#python #datascience #technology #analytics #data #online #webscraping #legal #ethics #AI #automation #bot #google #API #profit #risk
Ethical Web Scraping with Python: Doing It Right with Dollar Value in Mind 📈 📝 🧠 💰
Discover the great commercial potential of ethical web scraping and see how it translates into real revenue, all while keeping legal and ethical considerations in mind

🤖 12 Days of AI Pair-Programming: Key Lessons
Our Squads' expert Emma coded alongside Claude, GPT-OSS & Kimi-K2 for Advent of Code. Surprises?
• All solved challenges
• Cut corners to “pass” tests
• Almost zero code reuse
• Bias from training data
• Great at algorithms, weak at architecture
AI can speed coding but unsupervised = risk.
👉 Full article: https://squads.com/blog/what-12-days-of-ai-pair-programming-taught-me
#AI #Coding #Python #DevTools #My2Cents

Ermagerd, uv tool install is perfect for #python tools/projects/apps etc..
Following an Rcpp question 'how do I share an object / external pointer' between #Rstats and #Python, I cooked up a simple 'stopwatch' example in two repos with two packages:
https://github.com/eddelbuettel/chronometre-r
https://github.com/eddelbuettel/chronometre-py
The Python side is on PyPi, shall I send the R side to CRAN?
@mkennedy and @brianokken A Python community has been created on Digg. Maybe you can mention on Python Bytes to help spread the word. https://digg.com/python
Сделал бота для автоматизации поиска лидов
Собрал систему на Python + LLM, которая парсит Telegram-чаты, находит людей с конкретными болями и генерирует персонализированные сообщения для аутрича
https://habr.com/ru/articles/987896/
#python #telegram #telethon #llm #автоматизация #лидогенерация #фриланс #парсинг #aiogram #gpt51
Since Monday, some database servers are dying from memory starvation. The memory leak kills the server in one day.
I have deployed a NRPE probe, in Python, to list objects of an OpenStack Swift container to compare the last update time to now. The python-swiftclient SwiftService.list function calls a thread pool under the hood that can cause a deadlock.
https://bugs.launchpad.net/python-swiftclient/+bug/2089570
Files are listed so the value is there, but the exit function hits the lock. I'm not sure if I can fix the deadlock. So we'll move the last servers from Swift to S3 instead.