Perl Weekly Challenge 365's tasks are "Alphabet Index Digit Sum" and "Valid Token Counter". I thought about trying to find some song referencing tokens or validity, but I kept hearing Caroll Spinney's voice in my head.
#PerlWeeklyChallenge #raku #perl #python #elixir
packy.dardan.com/b/kv
Perl Weekly Challenge: I’ll be...
When it comes to #python programming, to master it (or any skill) you must integrate what you know with action.
That's why we're so excited about the #PyTexasConference2026 tutorials day!
Will we see you there?
Learn more and get your ticket at: https://pytexas.org/2026
🎉 maturin-guide-l10n is published!
🚀 Preview:
https://projects.localizethedocs.org/maturin-guide-l10n
🌐 Crowdin:
https://localizethedocs.crowdin.com/maturin-guide-l10n
🐙 GitHub:
https://github.com/localizethedocs/maturin-guide-l10n
#Crowdin #GitHub #mdBook #Rust #Python #Maturin #PyO3 #CFFI #UniFFI
Pyodide: a Python distribution based on WebAssembly
https://github.com/pyodide/pyodide
RE: https://mastodon.social/@lobsters/116241885772634780
Oxyde looks really cool. I work with Pydantic a lot, but have missed having the Django ORM. Oxyde appears to bring a Django ORM-like experience to Pydantic, and I'm here for it.
Oxyde ORM - Django-like Pydantic-driven Async ORM https://lobste.rs/s/hh3pyy #python #rust
https://oxyde.fatalyst.dev/0.5/
if you never played with #Numpy, it can be rather magical, it is kind of not normal #Python, it is something else.
The two most impressive ideas for me are:
From time to time I revisit Rougier's "From Python to Numpy"
https://www.labri.fr/perso/nrougier/from-python-to-numpy/
#Python folks! Wondering if anyone might know of something that could point me in the right direction. I would like to try and write a program to parse parameter text files and generate a visual flow chart of the logic. This is industrial control logic, so it would be a text file of various gates of and/or type logic that would feed into each other. The parsing and logic of the program I can manage, looking for a direction on generating the visual flow chart. Not sure where to begin with that.
New blog post: How big are the blocks in my city.
https://www.grulic.org.ar/~mdione/glob/posts/block-sizes-from-osm-data/
#gis #gischat #qgis #python #OpenStreetMap

🌗 Oxyde ORM:以 Rust 為核心驅動、結合 Pydantic 的高效能非同步 ORM
➤ 結合 Python 的開發體驗與 Rust 的效能優勢
✤ https://github.com/mr-fatalyst/oxyde
Oxyde ORM 是一款專為現代 Python 應用設計的開源物件關聯對映(ORM)框架。它巧妙地融合了 Django 風格的簡潔 API 與 Pydantic 的強型別檢查能力,底層則透過 Rust 實作關鍵邏輯,在確保程式碼清晰易讀的同時,顯著提升了 SQL 查詢與處理效能。Oxyde 支援非同步作業(asyncio),並內建資料庫遷移(Migration)管理與事務(Transaction)控制,是開發高效能、高可靠性後端應用的理想選擇。
+ 終於有一個既能保有 Django 好用介面,底層又是 Rust 的 ORM 了!效能數據看起來非常有競爭力。
+ Oxyde 的 Pydantic 整合真的很棒,現在 Type Hint 終於能跟資料庫模型完全同步了,希望 API 能早日穩定下
#Python #Rust #ORM #資料庫 #軟體開發
🎤 More speakers from the PyCascades 2026 lineup! 💜🐍
We’re excited to welcome:
✨ Emmanuel
✨ Sammie Jiang
✨ Moshe Zadka
✨ Dave Peck
Join us in Vancouver for two days of talks, learning, and connecting with the Python community.
🎟️ Tickets:
https://tickets.2026.pycascades.com/
ℹ️ Conference details:
https://2026.pycascades.com/
#Python #PyCascades #PythonCommunity

Learn Python basics first, then tackle data structures afterward for clarity.