python

Back Open Paginator
05.09.2025 09:14
pyconafrica (@pyconafrica@mastodon.social)

If you applied for an opportunity grant, URGENTLY check your email (and spam folder). If you don't accept your grant we will need to pass it onto someone else!

We are still raising money to support more people. If you are in a position to make a donation, check this out: za.pycon.org/donations . We still have a long way to go!





Show Original Post


05.09.2025 09:12
habr (@habr@zhub.link)

[Перевод] Python и множества: генераторы, которые делают код чище

Команда Python for Devs подготовила перевод статьи о генераторах множеств в Python. С их помощью можно создавать, преобразовывать и фильтровать множества одной строкой кода. Разбираем примеры, практические приёмы и ошибки, которых стоит избегать.

habr.com/ru/articles/943720/

#Python #множества #структуры_данных #оптимизация #генераторы




Show Original Post


05.09.2025 08:12
habr (@habr@zhub.link)

Система генерации ответов на истории тикетов поддержки (часть 1)

Привет, Хабр! Меня зовут Анатолий, занимаюсь диалоговыми системами, автоматизацией бизнес-процессов, применением Искусственного Интеллекта в бизнесе. Кейсовая задача - создать ассистента оператора службы поддержки, используя существующую историю тикетов.

habr.com/ru/articles/938858/

#искусственный_интеллект #python #программирование #искусственные_нейронные_сети #обработка_естественного_языка #поддержка_клиентов #поддержка_пользователей #natural_language_processing #большие_языковые_модели #автоматизация_бизнеса




Show Original Post


05.09.2025 07:30
pyconafrica (@pyconafrica@mastodon.social)

We have a few gaps in our schedule. If you're interested in speaking at , please submit a proposal: za.pycon.org/pages/talks/how_t.

Note: Apply only if you do not need financial assistance, as we have exhausted our grants budget.





Show Original Post


05.09.2025 07:00
pyconza (@pyconza@fosstodon.org)

We have a few gaps in our schedule. If you're interested in speaking at #PyCon #Africa, please submit a proposal: za.pycon.org/pages/talks/how_t.

Note: Apply only if you do not need financial assistance, as we have exhausted our grants budget.

#Python





Show Original Post


05.09.2025 06:28
forest_watch_impress (@forest_watch_impress@rss-mstdn.studiofreesia.com)

Pythonの国産GUIライブラリ「TkEasyGUI」に深刻な脆弱性 ~任意OSコマンド実行の恐れ/最新版へのアップデートを推奨
forest.watch.impress.co.jp/doc

#forest_watch_impress #Python #TkEasyGUI #セキュリティ #脆弱性 #その他 #プログラミング #プログラミング言語




Show Original Post


05.09.2025 05:11
diazona (@diazona@techhub.social)

@blair Indeed! People seem to miss that fact often. (Although it's probably not enough of a difference to matter in most cases, but still good to know)

Funnily enough, just a few days ago I actually had a different reason to use % formatting: I was using templating to create a script, and the template had so many {'s and }'s that I decided I'd rather use % formatting than try escaping them all.

#Python




Show Original Post


05.09.2025 04:05
blair (@blair@recurse.social)

I was called out for using old school % formatting instead of f strings today. I was using them because I remember reading somewhere that they were more performant in some situations. I looked it up, and it turns out it wasn't my use case. But good to know:

If you call logger.debug("this is %s to format", expensive()), the string won't be formatted unless the logger is going to emit a debug message.

Note that expensive() is an argument, not after a % sign.

#til #python




Show Original Post


05.09.2025 01:39
treyhunner (@treyhunner@mastodon.social)

In Python, data structures don't contain objects. trey.io/uvntzs




Show Original Post


05.09.2025 01:17
mr_daemon (@mr_daemon@untrusted.website)

Small bugfix release for Exosphere for FreeBSD systems, now supports newer versions of pkg on FreeBSD 14.

If you were not seeing any updates on your FreeBSD systems, that was why.

github.com/mrdaemon/exosphere/

#exosphere #python #freebsd




Show Original Post


05.09.2025 01:12
villares (@villares@ciberlandia.pt)

the code to generate this image (have you noticed it is a 3D mesh?)
is here: abav.lugaralgum.com/selected-w

#python #numpy #shapely #trimesh #py5




Show Original Post


05.09.2025 00:26
pythonbrasil (@pythonbrasil@pynews.com.br)

A espera acabou: agora você pode conferir a grade (quase) completa da Python Brasil 2025!

As inscrições para os tutoriais serão divulgadas em breve, e os ingressos para palestras dão acesso a todos os dias e trilhas de conteúdos.

Esperamos por vocês de 21 a 27 de outubro em São Paulo 🐍❤️

talks.python.org.br/pythonbras

#python #bolhadev #pythonbrasil #pybr2025





Show Original Post


1 ...1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 ...1550
UP