python

Back Open Paginator
24.02.2026 18:00
lobsters (@lobsters@mastodon.social)

Pixi GUI: modern alternative to Anaconda Navigator lobste.rs/s/wnuxqz
prefix.dev/blog/introducing-pi




Show Original Post


24.02.2026 17:32
habr (@habr@zhub.link)

Large-v3 на Ryzen 5500U: как я оцифровал архив диктофонных записей без GPU и облаков

Как превратить обычный ноутбук в автономную станцию расшифровки, если у вас нет мощной GPU, а облака не подходят по цене или приватности? В статье делюсь опытом создания локального конвейера на базе WhisperX для обработки сотен часов аудиоархива. О чем пойдет речь: Large-v3 на CPU : почему 40 ГБ RAM важнее видеокарты и как добиться стабильной работы без «замерзания» PyTorch. От скрипта к приложению : как с помощью «вайб-кодинга» и Google Antigravity (Gemini 3.0) превратить одиночный скрипт в модульный менеджер очередей с Drag-and-Drop и пакетной обработкой. Техническое «мясо» : установка через uv в один клик, борьба с конфликтами OpenMP и система пресетов (от Turbo до Russian Expert). Реальные цифры : нагрузка на железо, температуры и честная скорость обработки на Ryzen 5500U. Разбираем, как современные LLM позволяют собирать сложные инженерные инструменты «над» ML-моделями, даже не погружаясь в их низкоуровневую реализацию. Репозиторий проекта : whisperx-batch-gui

habr.com/ru/articles/1003200/

#WhisperX #Python #Транскрибация #Искусственный_интеллект #Машинное_обучение #LLM #Gradio #Open_Source #Автоматизация #Ryzen




Show Original Post


24.02.2026 17:30
Reuven (@Reuven@fosstodon.org)

Apply multiple aggregations when grouping on a #Python #Pandas data frame with agg:

df.groupby('country')['sales'].agg(['mean', 'std'])

Grouping on 2+ columns? Each method will be applied to each column:

df.groupby('country')[['sales', 'revenue']].agg(['mean', 'std'])





Show Original Post


24.02.2026 17:23
ology (@ology@fosstodon.org)

Fresh article on Python musical creativity:

ology.github.io/2026/02/24/mus

#Python #MIDI #Math #Music




Show Original Post


24.02.2026 17:07
godber (@godber@az.social)

I had been wondering what the trend of "Number of days over 80F in Phoenix in February". Here's what I came up with using GSOD

#weather #python





Show Original Post


24.02.2026 17:06
pbeens (@pbeens@mstdn.ca)

For anyone that migrated from #TwosApp to #Obsidian or just wants to include their TwosApp notes in Obsidian, I created this #Python utility to export a TwosApp markdown export into individual markdown files that follow the standard YYYY-MM-DD date format filename convention. You can find the repo for this at...

github.com/pbeens/Twos-to-Obsi

You don't have to download the entire repo, just the Python file.

I strongly recommend exporting the files into their own subfolder, not your Daily Notes folder. But that's up to you.

#OpenSource #GitHub




Show Original Post


24.02.2026 17:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Affirm is hiring Staff Software Engineer, Backend (PMI Core)

🔧 #kotlin #python #aws #kubernetes #mysql
🌎 Remote; United States
⏰ Full-time
🏢 Affirm

Job details jobsfordevelopers.com/jobs/sta
#jobalert #jobsearch #hiring




Show Original Post


24.02.2026 17:01
PythonPeak (@PythonPeak@mastodon.social)

How to Stop map From Disappearing After One Use

map is an iterator in Python 3 and gets consumed.

#python #map #iterator #exhaustion #howto

youtube.com/watch?v=Nw4cs0ovIMo




Show Original Post


24.02.2026 16:45
rye (@rye@ioc.exchange)

I'm looking for a python group that meets bi-weekly (2x/month) for about an hour and goes over topics, shares an idea, discussion.

#python #programming #software




Show Original Post


24.02.2026 16:11
brodriguesco (@brodriguesco@fosstodon.org)

In T, pipelines are first-class, and it's possible to run R or Python code. Right the pipeline code, with some nodes running #RStats code, and other #Python code.





Show Original Post


24.02.2026 16:03
SmallGreenPixel (@SmallGreenPixel@layer8.space)

Hello Fedi! I am SmallGreenPixel a fellow meatbag, follow along on my #python learning journey.

I am a couch potato, like watching movies & shows. Trying to get into reading books.

I also want to learn #linux #freebsd #selfhosting trying to use #foss mainly.

Looking fo work in IT support/helpdesk/desktop support. #fedijob #fedihire #getfedihired

Will not tolerate bigotry, racism, and xenophobia.

All post will be 100% humane made no ai usage.

Pronouns: he/him #introduction #intro




Show Original Post


24.02.2026 15:30
feed (@feed@igeek.gamer-geek-news.com)

📰 5 Python Data Validation Libraries You Should Be Using

These five libraries approach validation from very different angles, which is exactly why they matter. Each one solves a specific class of problems that appear again and again in modern data and ma...

📰 Source: KDnuggets
🔗 Link: https://www.kdnuggets.com/5-python-data-validation-libraries-you-should-be-using

#AI #ArtificialIntelligence #Python #DataScience





Show Original Post


1 ...429 430 431 432 433 434 435 436 437 438 439 ...1590
UP