And a new release of nzilbb-labbcat #Python package: 1.0.0
https://pypi.org/project/nzilbb-labbcat/1.0.0/
Which includes handling of LaBB-CAT's new support for form-based login.

🥳 I'm running a campaign on Crowd Supply for my new ManT1S board: a tiny #ESP32 module with T1S Single Pair #Ethernet, including #power distribution and a cool #networked #development model based on Micro #Python! Please help me spread the word and sign up for updates if you have any interest at all! (Crowd Supply now pauses project progress until there are at least 200 signups.) #embedded #distributed #electronics #maker #projects
https://www.crowdsupply.com/silicognition/mant1s
🌗 什麼是語意層及其建置方式 — 以 DuckDB 為例
➤ 解密語意層的威力:從概念到 DuckDB 實踐指南
✤ https://motherduck.com/blog/semantic-layer-duckdb-tutorial/
本文深入探討語意層的重要性,並實際演示如何使用 DuckDB 和 Ibis 搭配 YAML 設定檔及 Python 腳本,建立一個簡易的語意層。作者強調語意層能統一定義業務指標、簡化複雜分析、提升數據治理效率,並改善與 AI 模型的互動。文章也說明何時不需要語意層,並建議進一步的學習資源。
+ 終於有篇關於語意層的實用文章,而且還是用我習慣的 DuckDB!期待實際操作。
+ 講得真好,尤其是「統一單一真相來源」這點,真的很有感觸。
#數據分析 #語意層 #DuckDB #Python #Ibis #資料治理
Coding with Python: Over 80 percent use ChatGPT
The most popular AI helpers among Python developers are OpenAI ChatGPT and GitHub Copilot. This is the result of a new survey with more than 25,000 participants
#IT #KünstlicheIntelligenz #Programmiersprachen #Programmierung #Python #news
#python library for #realestate assesment
#gis #openstreetmap #gischat
https://www.openavmkit.com/
Announcing #Positron, the #IDE that promises to #revolutionize #data #science by letting you use... wait for it... #Python and R! 🎉 Because clearly, what was missing from the world of data science was yet another platform to write "Hello, World!" in 15 different languages. 🤦♂️
https://posit.co/blog/positron-product-announcement-aug-2025/ #R #tech #news #HackerNews #ngated
State of Python 2025: Web development makes a comeback https://www.developer-tech.com/news/state-of-python-2025-web-development-makes-comeback/ #python #developers #coding #programming #web #mobile #ai #tech #news #technology
Major update to my photography workflow. From folder to gallery in one flow.
• Multi Set lets me queue many subjects in one go
• Review slider makes approvals fast and consistent
• LLaVA prefill drafts captions and keywords locally
The result is fewer restarts, faster reviews and cleaner metadata.
Full post with screenshots → https://www.amir2000.nl/blog/From-folder-to-gallery-in-one-flow
#CanonR5MarkII #AMIR2000NLPhotography #Photography #Automation #Workflow #Ollama #LLaVA #Python

🌘 隆重介紹 Positron:全新資料科學整合開發環境
➤ 融合 Python 與 R,開啟資料科學開發新紀元
✤ https://posit.co/blog/positron-product-announcement-aug-2025/
Posit PBC 發布了 Positron,一款專為資料科學家設計的免費整合開發環境(IDE),旨在整合 Python 與 R 的開發流程。Positron 繼承了 RStudio 十多年的開發經驗,並將 Python 和 R 視為同等重要的工具,提供一個無縫的從發想到應用的一站式開發環境。該產品已發布桌面穩定版本,並將整合至 Posit Workbench。Posit PBC 強調 RStudio 仍會持續維護更新,以滿足 R 語言的特定需求。
+ 聽起來很棒!期待 Positron 能讓跨語言的資料科學專案開發更加順暢。
+ 很高興看到 Posit PBC 持續致力於開源資料科學工具的發展,RStudio 的更新也令人期待。
#資料科學 #整合開發環境 #Python #R #Posit PBC
I look away from #Python for a few and a new registry called #pyx spins up by the astral peeps. Same who made uv and ruff. 😅
I've finally started the move to uv and can't turn back now. So this likely the next logical step. 😎
https://astral.sh/blog/introducing-pyx
"How a Solo Hobbyist Learned to Love Testing"
My #PyOhio 2025 talk is now on YouTube! I show how using #pytest with a test-first process taught me how #Django turns a request into a response for my #iubase web app.
This was my first coding talk and a great experience. #python #testing
https://youtu.be/pFOY3uHYTEI?si=YcQV_PJqTttaYuRL

I recently contributed some improvements to vim's Python syntax: https://github.com/vim/vim/commits/master/runtime/syntax/python.vim?author=jparise
Classes now have their own distinct highlighting (they previously shared the same highlighting as functions) and the by-convention names `self` and `cls` will be highlighted as identifiers.