python

Back Open Paginator
30.10.2025 12:18
tj (@tj@howse.social)

I maintain a modestly popular open source python package. I'm doing a dependency tidy-up pass, knocking over a few long-standing bugs and upping minimum Python from 3.5 to 3.8. I think there's enough changes to justify a version jump from 0.7.1 to 1.0.0.

I'm thinking about taking the opportunity to make some deliberately backwards-incompatible changes to fix some design mistakes I made five years ago. Hmm. Tricky wicket.

#foss #software #python




Show Original Post


30.10.2025 11:48
linuxiac (@linuxiac@mastodon.social)

TypeScript now ranks #1 on GitHub, while Python and JavaScript continue to grow strongly across AI and web projects.
linuxiac.com/typescript-is-git





Show Original Post


30.10.2025 11:48
ngate (@ngate@mastodon.social)

Look, someone's written 12 riveting minutes on why Ruby's is apparently too mainstream for them. 🤦‍♂️ Because clearly, discussing how Python's loops made them feel a certain way is the content revolution we all needed. 💡 Spoiler: it's still just code, folks. 🖥️
tech.stonecharioteer.com/posts




Show Original Post


30.10.2025 11:42
post (@post@programming.dev)

Python Copies

programming.dev/post/39914974





Show Original Post


30.10.2025 11:39
bterwijn (@bterwijn@fosstodon.org)

An exercise to help build the right mental model for Python data. The “Solution” link uses memory_graph to visualize execution and reveals what’s actually happening:
- Solution: memory-graph.com/#codeurl=http
- Explanation: github.com/bterwijn/memory_gra

#Python #programming #memory_graph





Show Original Post


30.10.2025 11:39
mitogen_hq (@mitogen_hq@fosstodon.org)

Mitogen 0.3.30 is out with code cleanups and a minor change to logging. This is the first release built with `uv build`.
🐍 pypi.org/project/mitogen/0.3.3
🗒️ mitogen.networkgenomics.com/ch

#Python




Show Original Post


30.10.2025 11:06
FLOZz (@FLOZz@mastodon.social)

🚀️ MozJPEG Lossless Optimization v1.3.2 released!

library to optimize JPEGs losslessly using MozJPEG

➡️ github.com/wanadev/mozjpeg-los

This version brings official support for Python 3.14




Show Original Post


30.10.2025 11:00
archipylago (@archipylago@mementomori.social)

Registration to our next meetup, Thursday 13.11. at Knowit is now open at meetabit.com/events/archipylag

Join us to learn about search and finite state machines and hang out with the nicest Pythonistas in town.

#archipylago #TurkuDev #python




Show Original Post


30.10.2025 10:52
habr (@habr@zhub.link)

Selectolax: быстрая альтернатива Beautiful Soup

Если спросить у питониста: «Чем парсить сайт?», — в большинстве случаев он ответит Selenium или Beautiful Soup . И будет по-своему прав — это два главных направления в мире парсинга на Python. Selenium , со всем своим множеством форков, наследников и схожих по принципу библиотек, — инструмент мощный. Он отлично подходит для сложных сценариев, работы с динамическими сайтами и автоматизации действий пользователя в браузере. Но за это удобство приходится платить: Selenium требует немало системных ресурсов и работает заметно медленнее. Beautiful Soup (или просто «суп») — полная противоположность. Он лёгкий, быстрый и прекрасно справляется с «простыми» сайтами, где нет интерактивных элементов и сложного JavaScript. В этой статье я расскажу об альтернативе Beautiful Soup — библиотеке Selectolax , воплощающую в себе простоту использования и высокую скорость работы. Если вам интересны подобные материалы и проекты, подписывайтесь на Telegram-канал «Код на салфетке» — там я делюсь гайдами для новичков и полезными инструментами.

habr.com/ru/articles/961590/

#python #парсинг #beautifulsoup #selectolax




Show Original Post


30.10.2025 10:32
habr (@habr@zhub.link)

Как мы сократили время написания инструкций в несколько раз с помощью LLM и Whisper

Разработчики нередко сталкиваются с задачей написания инструкций. Каждый новый функционал требует подготовки документации, сопровождающейся созданием скриншотов, форматированием текста и тщательным редактированием. Эти процессы отнимают много времени и сил. О том, как мы разработали сервис, который упрощает процесс и значительно снижает время на подготовку инструкций читайте в этой статье.

habr.com/ru/articles/957364/

#LLM #Инструкции #Python #petproject




Show Original Post


30.10.2025 10:17
wolframkriesing (@wolframkriesing@mastodontech.de)

@sjoaquim true, that makes it much clearer.
I think this is left from my iterations, I had started with a tuple `[False, e]` and `[True, value]` kinda structure ...
Is this non-exception style (or functional) something common in the #python world? I rarely see it in the #django sphere (I am in).
In the #JS world it is much more common, even though fought over a lot ;).




Show Original Post


30.10.2025 09:59
pouyllau (@pouyllau@mastodon.social)

Bon d'un coté, et en parallèle dans la tête et la VM, je suis pas certain de mon coup tout de même ! 😅




Show Original Post


1 ...1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 ...1564
UP