@codeDude not convinced by most of this. For a start the claim that #Ruby is better than #Python for functional programming is very weird. Yes, Ruby has proc objects — but all functions in Python can be treated like that anyway. (Whereas not all functions in Ruby can be easily treated like that, hence the pattern of passing a symbol to represent the name of the method to call.)
Actually on re-reading it’s just false: “A Python list, for example, doesn't have built-in, core library, facilities to map over its elements, filter them, etc.” Yes, it does.
And the talk about verbosity seems inconsistent to me. In some examples the author seems to prefer a very dense method-chaining style in Ruby which can be harder to read; it’s not clear to me that the Python example is more verbose in a bad way, it just takes up more lines with fewer things per line. And then they prefer “initialize” to “__init__”; seems very subjective as to which is better.
And in several cases (as with the quoted sentence above, and then talking about how Ruby blocks can be chained) it seems like they simply haven’t heard of list comprehensions in Python, which would achieve a lot of what they claim only Ruby can do.
(I work with Ruby professionally, but I think it’s hard to claim that it’s unambiguously better than Python.)
💫 A big thank you to Snapshot AI for supporting #PyConUK2025! 💫
Your sponsorship helps us make PyCon UK accessible, inclusive, and full of opportunities for Pythonistas to connect, learn, and grow 🐍🚀
🌐 Learn more: https://www.snapshot.reviews/
🐍 Sponsors: https://2025.pyconuk.org/sponsors/
#Python #TechCommunity #Sponsors #AI #pythonprogramming

👋 Heading to Plone Conference 2025 in Jyväskylä this October?
🍂 October can be crisp and colorful in Finland! 🇫🇮
🧥 Pack a jacket, gloves & comfortable shoes – mornings & evenings can be chilly (or not, it will be a surprise!)
☕ Inside it’s cozy, outside stay comfy & enjoy the autumn colors (like pitch black 😜 )!
🎟️ To get your tickets at: https://2025.ploneconf.org/tickets
#ploneconf2025 #plone #PyConFinland #OpenSource #Python #webdevelopment #conference #IT #React #Jyväskylä #Autumn

Pythonのパッケージを公開した話
https://qiita.com/Todate/items/986a9773cba65d994fd8?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #PyPI #reportlab
Anyone know of a way to search youtube via the command line or python and download the video and subtitles? This is for linux.
I want to try building something and should be script friendly so I can download videos en masse.
(It is for osint stuff)
Day 3 of my Python project challenge: Number Statistics Analyser. #Python #Coding #Password #Data #Datascience

https://technologiesinternetz.blogspot.com/2025/09/unlocking-powerful-speech-to-text.html?m=1
Unlocking Powerful Speech-to-Text: The Official Python Toolkit for Qwen3-ASR API
#qwen3 #ASR #python #speechtotext #api

https://technologiesinternetz.blogspot.com/2025/09/unlocking-powerful-speech-to-text.html?m=1
Unlocking Powerful Speech-to-Text: The Official Python Toolkit for Qwen3-ASR API
#qwen3 #ASR #python #speechtotext #api
🇫🇮 PyCon Finland speaker spotlight!
🎤 noGIL: Diving into CPython 3.14’s, Free-Threaded Future by Petr Andreev
📅 Friday 17 October 2025, 13:00, Jyväskylä, Finland
🎟 Get your ticket now! https://fi.pycon.org
#Python #PyCon #Finland #PyConFI

Here's some ternary fun with #Python 🐍🔥

#python script to pop open a random image file from my art references folder
https://blog.deadbee.xyz/openrandom-py
Создание умных AI-агентов: полный курс по LangGraph от А до Я. Часть 2. Диалоговые агенты: память, сообщения и контекст
Во второй части курса по созданию ИИ-агентов превращаем безжизненные схемы в настоящих цифровых собеседников: подключаем нейросети к LangGraph, учим их запоминать контекст на сотни сообщений и гарантированно получать валидный JSON вместо творческой "болтовни". Создаем умные системы, которые сами определяют тип сообщения — отзыв это или вопрос — и автоматически направляют в нужную ветку обработки. Покажу, как объединить несколько нейросетей в одном графе, где каждая модель работает там, где сильнее всего. От простых диалогов до мультимодельных архитектур с интеллектуальной маршрутизацией.
https://habr.com/ru/companies/amvera/articles/948000/
#LangGraph #ииагенты #aiагенты #chatgpt_api #нейросети #Python #langchain #DeepSeek #gigachat #pydantic