
Микросервис потоковой конвертации видео (Python, FFmpeg)
Недавно перед нами встала задача быстро реализовать микросервис для конвертации видео. Стандартным решением для таких целей является FFmpeg, который умеет читать файлы чанками (запросы HTTP Range) с URL и выводить результат в stdout. Поэтому я решил попробовать подход с потоковой конвертацией. Важно уточнить, что под «потоковой обработкой» здесь подразумевается передача данных в виде последовательности чанков (Chunked Streaming), а не классический Continuous Streaming, как в случае с live-видео.
https://habr.com/ru/companies/domclick/articles/1015534/
#python #ffmpeg #asynciosubprocess #конвертация_видео #загрузка_чанками
Season 1 Lesson 12 Part 8 - Your First Steps in Python Python List Internals Why Remove Becomes Slow #dataengineer #learncoding #dataanalysis #softwarengineer #jupyternotebook #softwaredeveloper #codingtutorial #pythoncode #python #datascience #machinelearning #pythonprogramming
🏆 Thanks to our Silver Sponsor mnemonic!
They work on some of the toughest challenges in cybersecurity — helping protect critical systems and organizations.
Great to have them at PyCon DE & PyData 2026.

Here's how to automatically post to Mastodon: https://cromwell-intl.com/open-source/python-social-media-automation/?s=mb #OpenSource #Python #TwitterMigration

Hi, I'm (resuming) hunting for a new #job (and life).
Locations: CANZUK/Sweden/Finland (I'll need a work visa/permit authorization/sponsorship for everywhere except Canada.)
My existing job title is Senior Firmware Engineer but I've been doing testing+release for a couple of years as well. Lots of non-async #Python; just starting to take a peek at #vibecoding at $DAY_JOB due to "encouragement" by $MANAGEMENT.
Boosts are appreciated!
Кастомная аналитика для Wildberries и Ozon — WBOZYA-dash
Привет, Хабр! В течение последнего года я занимался разработкой аналитической панели для продавцов на маркетплейсах Wildberries и Ozon, а в перспективе планируется интеграция с Яндекс.Маркет. Я хотел бы поделиться своим опытом и представить систему WBOZYA-dash, которая предназначена для анализа продаж через эти маркетплейсы. До конца весны 2026 выпущу, думаю, с десяток статей на эту тему, а пока сделаю общий обзор своей системы.
https://habr.com/ru/articles/1017808/
#wildberries #ozon #python #postgresql #datalens #аналтика #аналитика_продаж
I'm trying to get more familiar with async in #python so was trying to figure out how to set up a subprocess pipeline like I have in some sync scripts. The trick was noticing that asyncio.subprocess.PIPE sets up a StreamReader/Writer instead of an actual pipe so you can't pass stdout to stdin. You have to create fds with os.pipe(). asyncio shouldn't have reused PIPE to mean something else IMO. (Having StreamReader/Writer is a cool feature of asyncio.)
Technical Assessment: G.R.C.
Test your knowledge against our Governance, Risk and Compliance quiz.
Game Link: https://blackcatwhitehatsecurity.com/theGame10.cfm
#CyberSecurity #PowerShell #ColdFusion #AI #Networking #SQL #Cloud #GRC #Gaming #Technology #Python #ZeroTrust

Check out new #Python versions, JIT, #PyCon US, GvR interviews, #Gemini, #GPT 5.4, #AI coding thoughts and other fun stuff in March Edition of <This Month for Pythonistas> https://blueberrypy.netlify.app/post/this-month-for-pythonistas-2026-03/
Python Yet Reforged Entirely https://lobste.rs/s/phjtbx #compilers #python #rust #vibecoding
https://pyre-lang.org/
Python Trending (@pythontrending)
Python으로 CAD 프로그래밍을 할 수 있는 라이브러리 build123d가 소개됐다. 생성형 설계나 기계/제품 디자인 자동화에 활용할 수 있는 개발 도구로, 파이썬 기반 3D CAD 워크플로우에 관심 있는 개발자에게 유용하다.
https://x.com/pythontrending/status/2039293500735341025
#python #cad #library #design #automation