python

Back Open Paginator
20.09.2025 14:30
benjamineskola (@benjamineskola@hachyderm.io)

@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.)




Show Original Post


20.09.2025 14:01
PyConUK (@PyConUK@fosstodon.org)

💫 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: snapshot.reviews/

🐍 Sponsors: 2025.pyconuk.org/sponsors/

#Python #TechCommunity #Sponsors #AI #pythonprogramming





Show Original Post


20.09.2025 14:00
plone (@plone@plone.social)

👋 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: 2025.ploneconf.org/tickets

#ploneconf2025 #plone #PyConFinland #OpenSource #Python #webdevelopment #conference #IT #React #Jyväskylä #Autumn





Show Original Post


20.09.2025 13:38
qiita (@qiita@rss-mstdn.studiofreesia.com)

Pythonのパッケージを公開した話
qiita.com/Todate/items/986a977

#qiita #Python #PyPI #reportlab




Show Original Post


20.09.2025 12:03
alex02 (@alex02@cyberplace.social)

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)

#linux #bash #python #osint




Show Original Post


20.09.2025 11:39
osaigbovo (@osaigbovo@techhub.social)

Day 3 of my Python project challenge: Number Statistics Analyser. #Python #Coding #Password #Data #Datascience





Show Original Post


20.09.2025 11:12
technologycarnival (@technologycarnival@mastodon.social)

technologiesinternetz.blogspot

Unlocking Powerful Speech-to-Text: The Official Python Toolkit for Qwen3-ASR API





Show Original Post


20.09.2025 11:06
technologycarnival (@technologycarnival@mastodon.social)

technologiesinternetz.blogspot

Unlocking Powerful Speech-to-Text: The Official Python Toolkit for Qwen3-ASR API




Show Original Post


20.09.2025 11:05
pyconfi (@pyconfi@fosstodon.org)

🇫🇮 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! fi.pycon.org

#Python #PyCon #Finland #PyConFI





Show Original Post


20.09.2025 10:58
driscollis (@driscollis@mastodon.social)

Here's some ternary fun with 🐍🔥





Show Original Post


20.09.2025 10:56
coldwave (@coldwave@mastoart.social)

#python script to pop open a random image file from my art references folder
blog.deadbee.xyz/openrandom-py




Show Original Post


20.09.2025 10:12
habr (@habr@zhub.link)

Создание умных AI-агентов: полный курс по LangGraph от А до Я. Часть 2. Диалоговые агенты: память, сообщения и контекст

Во второй части курса по созданию ИИ-агентов превращаем безжизненные схемы в настоящих цифровых собеседников: подключаем нейросети к LangGraph, учим их запоминать контекст на сотни сообщений и гарантированно получать валидный JSON вместо творческой "болтовни". Создаем умные системы, которые сами определяют тип сообщения — отзыв это или вопрос — и автоматически направляют в нужную ветку обработки. Покажу, как объединить несколько нейросетей в одном графе, где каждая модель работает там, где сильнее всего. От простых диалогов до мультимодельных архитектур с интеллектуальной маршрутизацией.

habr.com/ru/companies/amvera/a

#LangGraph #ииагенты #aiагенты #chatgpt_api #нейросети #Python #langchain #DeepSeek #gigachat #pydantic




Show Original Post


1 ...1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 ...1554
UP