python

Back Open Paginator
06.10.2025 17:52
adbenitez (@adbenitez@mastodon.social)

@m0xEE checkout bots.delta.chat/quickstart.html

and also github.com/deltachat-bot/echo for languages other than

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)

@jae




Show Original Post


06.10.2025 17:49
rzeta0 (@rzeta0@mathstodon.xyz)

@msmathcomputer @grant

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) ..

youtube.com/watch?v=Ln6vWyQ4p3k

#python #maths #matplotlib




Show Original Post


06.10.2025 17:30
lobsters (@lobsters@mastodon.social)

Why you should be using pathlib (2018) lobste.rs/s/5liwbw
treyhunner.com/2018/12/why-you




Show Original Post


06.10.2025 17:22
km (@km@mastodon.babb.no)

have just discovered github.com/rogerbinns/apsw for using #SQLite in #Python




Show Original Post


06.10.2025 17:15
r (@r@fed.brid.gy)

Why you should be using pathlib (2018)

fed.brid.gy/r/https://treyhunn





Show Original Post


06.10.2025 16:47
pyconfi (@pyconfi@fosstodon.org)

📢 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





Show Original Post


06.10.2025 16:36
heisedeveloper (@heisedeveloper@social.heise.de)

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.

heise.de/news/Leichter-Debugge

#IT #Python #Updates #news




Show Original Post


06.10.2025 16:30
r (@r@bsky.brid.gy)

I’m somewhat exhausted to announce attrs 25.4.0! #Python github.com/python-attrs...

Release 25.4.0 · python-attrs/...




Show Original Post


06.10.2025 16:06
hynek (@hynek@mastodon.social)

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.

github.com/python-attrs/attrs/




Show Original Post


06.10.2025 15:17
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

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

reddit.com/r/selfhosted/commen




Show Original Post


06.10.2025 15:03
villares (@villares@ciberlandia.pt)

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).

pynews.com.br/@villares/115325




Show Original Post


06.10.2025 13:21
hugovk (@hugovk@mastodon.social)

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.

github.com/flake8-implicit-str




Show Original Post


1 ...1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 ...1559
UP