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.
TypeScript now ranks #1 on GitHub, while Python and JavaScript continue to grow strongly across AI and web projects.
https://linuxiac.com/typescript-is-github-top-programming-language-for-2025/

Look, someone's written 12 riveting minutes on why Ruby's #syntax 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. 🖥️
https://tech.stonecharioteer.com/posts/2025/ruby-loops/ #Ruby #Python #CodeDiscussion #TechHumor #HackerNews #ngated
Python Copies
https://programming.dev/post/39914974

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: https://memory-graph.com/#codeurl=https://raw.githubusercontent.com/bterwijn/memory_graph_videos/refs/heads/main/exercises/exercise12.py&play
- Explanation: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#python-data-model
#Python #programming #memory_graph

Mitogen 0.3.30 is out with code cleanups and a minor change to logging. This is the first release built with `uv build`.
🐍 https://pypi.org/project/mitogen/0.3.30/
🗒️ https://mitogen.networkgenomics.com/changelog.html
🚀️ MozJPEG Lossless Optimization v1.3.2 released!
#Python library to optimize JPEGs losslessly using MozJPEG
➡️ https://github.com/wanadev/mozjpeg-lossless-optimization/releases/tag/v1.3.2
This version brings official support for Python 3.14
Registration to our next meetup, Thursday 13.11. at Knowit is now open at https://www.meetabit.com/events/archipylago-14-november-2025-at-knowit
Join us to learn about search and finite state machines and hang out with the nicest Pythonistas in town.
#archipylago #TurkuDev #python
Selectolax: быстрая альтернатива Beautiful Soup
Если спросить у питониста: «Чем парсить сайт?», — в большинстве случаев он ответит Selenium или Beautiful Soup . И будет по-своему прав — это два главных направления в мире парсинга на Python. Selenium , со всем своим множеством форков, наследников и схожих по принципу библиотек, — инструмент мощный. Он отлично подходит для сложных сценариев, работы с динамическими сайтами и автоматизации действий пользователя в браузере. Но за это удобство приходится платить: Selenium требует немало системных ресурсов и работает заметно медленнее. Beautiful Soup (или просто «суп») — полная противоположность. Он лёгкий, быстрый и прекрасно справляется с «простыми» сайтами, где нет интерактивных элементов и сложного JavaScript. В этой статье я расскажу об альтернативе Beautiful Soup — библиотеке Selectolax , воплощающую в себе простоту использования и высокую скорость работы. Если вам интересны подобные материалы и проекты, подписывайтесь на Telegram-канал «Код на салфетке» — там я делюсь гайдами для новичков и полезными инструментами.
https://habr.com/ru/articles/961590/
#python #парсинг #beautifulsoup #selectolax
Как мы сократили время написания инструкций в несколько раз с помощью LLM и Whisper
Разработчики нередко сталкиваются с задачей написания инструкций. Каждый новый функционал требует подготовки документации, сопровождающейся созданием скриншотов, форматированием текста и тщательным редактированием. Эти процессы отнимают много времени и сил. О том, как мы разработали сервис, который упрощает процесс и значительно снижает время на подготовку инструкций читайте в этой статье.
https://habr.com/ru/articles/957364/
#LLM #Инструкции #Python #petproject
@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 ;).
Bon d'un coté, #Perl et #Python en parallèle dans la tête et la VM, je suis pas certain de mon coup tout de même ! 😅