python

Back Open Paginator
09.10.2025 23:24
paulox (@paulox@fosstodon.org)

The third evening of Django On The Med 🏖️ was as amazing as the others 😊

It was the perfect way to wrap up a few intense and memorable days 🌅

We said goodbye to some friends but everyone left happy with the time shared together 💫

I look forward to seeing all of you again at the next edition 👋

#DjangoOnTheMed #Django #Python

CC @django





Show Original Post


09.10.2025 23:13
hugovk (@hugovk@mastodon.social)

We released Python 3.9, 3.10, 3.11, 3.12, 3.13 and 3.14 this week but I'm sorry you're going to have to wait until next week for 3.15.

discuss.python.org/t/python-3-

discuss.python.org/t/3-13-8-ha

discuss.python.org/t/python-3-

peps.python.org/pep-0790/





Show Original Post


09.10.2025 22:30
hughagraham (@hughagraham@fosstodon.org)

#python fam, what's the fastest quantile method? np.nanquantile ain't quite cutting it... 🙏




Show Original Post


09.10.2025 22:07
otter_linnus (@otter_linnus@det.social)

3/3 A quick #python prototype enabled me to read the battery stats and expose it to an #mqtt client. Since I am using #zigbee2mqtt already, the broker-side was already set up. The only job left: broadcast the battery status to the smarthome and let an automated smart plug take care of the charging instead. Right now I am running a test over several hours to ensure the charging behaviour is as I expect it to be. Easy Peasy.




Show Original Post


09.10.2025 21:30
pythonleiden (@pythonleiden@fosstodon.org)

Next month, Thursday 13th of November, we'll have our next meeting of the Python Leiden User Group at Technolab. Three talks about your favorite programming language in a friendly atmosphere. Join us!

pythonleiden.nl/meeting-2025-1

#python #leiden




Show Original Post


09.10.2025 21:17
GripNews (@GripNews@mastodon.social)

🌕 Python 3.14 登場:速度表現如何?
➤ 深入解析 Python 3.14 效能基準測試
blog.miguelgrinberg.com/post/p
作者比較了 Python 3.14 的速度表現,並將其與先前的版本以及其他語言(如 PyPy、Node.js 和 Rust)進行了基準測試。測試採用了遞迴的費氏數列計算和非遞迴的氣泡排序演算法,並在 Linux 和 macOS 系統上進行。結果顯示 Python 3.14 相較於 3.13 有顯著的效能提升,但 JIT 和 Free-Threading 變體在單線程測試中並未展現預期的優勢。
+ 這篇測試很詳盡,特別是將 JIT 和 FT 變體納入考量,但還是有點失望,希望能看到更多關於這些變體的實際應用場景。
+ 感謝作者分享如此細緻的測試數據,Python 3.14 的進步令人欣喜,但 PyPy 和 Rust 的速度還是遙遙領先。




Show Original Post


09.10.2025 21:10
lcheylus (@lcheylus@bsd.network)

Better Syntax Error Messages with Python 3.14 - Article by Philipp Acsany #Python #Programming realpython.com/python314-error




Show Original Post


09.10.2025 20:45
hn50 (@hn50@social.lansky.name)

Python 3.14 is here. How fast is it?

Link: blog.miguelgrinberg.com/post/p
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


09.10.2025 20:42
habr (@habr@zhub.link)

Мы решили задачу омографов и ударений в русском языке

Мы наконец решили задачу омографов. Конечно, с рядом оговорок, куда без них. Получилось пресловутое приключение на 20 минут. Несмотря на кажущуюся простоту (задача по сути является бинарной классификацией, число кейсов с тремя валидными вариантами ничтожно мало), задача является просто кладезем различных "мин замедленного действия" и типичных граблей в сфере машинного обучения. Да, задачу "ёфикации" (расстановка буквы ё там, где люди её поленились поставить) мы считаем частным случаем задачи простановки ударений и омографов. Также мы опубликовали наше продуктовое решение для простановки ударений (в омографах в том числе) в рамках репозитория silero-stress и также напрямую через pypi . В ближайшее время добавим эту модель и обновим наши публичные модели синтеза и раскатим более мощную "большую" (тоже маленькую по современным меркам) версию модели в приватные сервисы и для клиентов. Также мы опубликовали бенчмарки качества и скорости публичных академических решений … и там всё очень неоднозначно. Наливайте себе чай, садитесь поудобнее. Мы постараемся описать наш путь длиной в вечность без лишних подробностей. Сели, налили, читаем

habr.com/ru/articles/955130/

#silero #ударение #русский_язык #омографы #разрешение_омографов #pytorch #python #pypi #нейросети #синтез_речи




Show Original Post


09.10.2025 20:18
ngate (@ngate@mastodon.social)

Oh look, another that promises improvements! 🐍🚀 Let's run some to find out if it's finally faster than a . Spoiler: it's still just Python, folks. 💨🐢
blog.miguelgrinberg.com/post/p




Show Original Post


09.10.2025 20:05
hn50 (@hn50@social.lansky.name)

TIL: Python's splitlines does more than just newlines

Link: yossarian.net/til/post/python-
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


09.10.2025 19:57
post (@post@sh.itjust.works)

Qt for Python release: 6.10 is here!

sh.itjust.works/post/47617587




Show Original Post


1 ...1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 ...1559
UP