@m0xEE checkout https://bots.delta.chat/quickstart.html
and also https://github.com/deltachat-bot/echo for languages other than #python
with the deltabot-cli high-level lib it is super easy to create delta chat bots that reply to commands etc in very few lines of code, all with end-to-end encryption, and you can easily register bots in the chatmail open relays network (as long as it is e2e encrypted you can receive the notifications even in classic email servers)
I really want to see this but sadly I have childcare duties at that time.
will it be available afterwards as video, perhaps on YouTube?
Here is my own beginner attempt at an animated visualisation using open source tools (python) ..
https://www.youtube.com/watch?v=Ln6vWyQ4p3k
Why you should be using pathlib (2018) https://lobste.rs/s/5liwbw #python
https://treyhunner.com/2018/12/why-you-should-be-using-pathlib/
have just discovered https://github.com/rogerbinns/apsw for using #SQLite in #Python
Why you should be using pathlib (2018)
https://fed.brid.gy/r/https://treyhunner.com/2018/12/why-you-should-be-using-pathlib/

📢 Last chance to get your ticket!
🎟️ PyCon Finland is Friday next week and ticket sales are open until 23:59 EEST on Tuesday 7th October!
🐍 See you in Jyväskylä! 🇫🇮
#Python #PyCon #Finland #PyConFI #Jyväskylä #conference

Leichter Debuggen: Python 3.14 beseitigt unklare Fehlermeldungen
Die neue Python-Version bringt einige Verbesserungen mit sich, darunter aussagekräftigere Fehlermeldungen und eine benutzerfreundlichere REPL-Konsole.
I’m somewhat exhausted to announce attrs 25.4.0! #Python
github.com/python-attrs...
Release 25.4.0 · python-attrs/...
I’m somewhat exhausted to announce attrs 25.4.0!
The main reason for this release (and why it's published today) is that it ships the first pieces of work for Python 3.14 and PEP 749. There will be more work required and there's going to be a lot more churn once everyone starts testing 3.14 earnestly. We hope to receive more feedback before spending more time on this. #Python
https://github.com/python-attrs/attrs/releases/tag/25.4.0
Dự án Python mới Sling TV Custom DRM Streamer cho phép restream nội dung từ Sling TV & các nguồn DRM khác, chuyển đổi sang định dạng MPEG-TS không mã hóa. Có giao diện web quản lý tiện lợi (Flask), hỗ trợ Widevine/CENC, xuất qua HLS/TCP. Mục đích cá nhân, nghiên cứu, KHÔNG dùng để sao chép trái phép.
#SlingTV #DRM #Restreaming #TựHost #PhầnMềmMãNguồnMở
#SelfHosted #MediaServer #Python #DRMBypass #TechNews
https://www.reddit.com/r/selfhosted/comments/1nzht49/sling_tv_drm_restreamer/
Random musing from a #Python creative coder:
I have this naïve cumbersome thing for dealing with collinear vertices in a polygon (like a vertex in the middle of an edge that doesn't change the shape of the polygon, and I tried to replace it with some clever #shapely method such as .simplify(...) or .buffer(0) and failed miserably. So I'll have to keep my home made check-area-every-three-vertices thing for now...
I'm kind of proud of my idea of representing polygons as a set of frozensets of edge vertex pairs because it eliminates all visually equivalent rotations and reverse ordered rotations (that is, if you don't have pesky collinear vertices).
https://pynews.com.br/@villares/115325020477872857/
Just released! 🚀
flake8-implicit-str-concat 0.6.0
A Flake8 plugin to identify those unjoined strings that a first Black run leaves behind:
"111111111111111111111" "222222222222222222222"
I hear there's another big release tomorrow? This release adds support for Python 3.14 and for once code changes were needed due to AST deprecation removals.
Also drop support for almost-very-nearly-EOL Python 3.9.
https://github.com/flake8-implicit-str-concat/flake8-implicit-str-concat/releases/tag/0.6.0
#Python #flake8 #release #Python314 #Python39