python

Back Open Paginator
02.04.2026 10:20
p (@p@gram.social)
🎥 Mastering Request Headers for Secure Authentication in FastAPI

As we move into 2026, building robust API security is no longer an optional skill for developers. This guide explores how to leverage request headers in FastAPI to handle authentication, ensuring your backend services remain protected against unautho...

👇 Watch Link in Comments!

#FastAPI #Python #API #Security #Authentication



Show Original Post


02.04.2026 10:02
habr (@habr@zhub.link)

Микросервис потоковой конвертации видео (Python, FFmpeg)

Недавно перед нами встала задача быстро реализовать микросервис для конвертации видео. Стандартным решением для таких целей является FFmpeg, который умеет читать файлы чанками (запросы HTTP Range) с URL и выводить результат в stdout. Поэтому я решил попробовать подход с потоковой конвертацией. Важно уточнить, что под «потоковой обработкой» здесь подразумевается передача данных в виде последовательности чанков (Chunked Streaming), а не классический Continuous Streaming, как в случае с live-видео.

habr.com/ru/companies/domclick

#python #ffmpeg #asynciosubprocess #конвертация_видео #загрузка_чанками




Show Original Post


02.04.2026 09:59
247CodeGirl (@247CodeGirl@mastodon.social)

Season 1 Lesson 12 Part 8 - Your First Steps in Python Python List Internals Why Remove Becomes Slow





Show Original Post


02.04.2026 09:00
pyconde (@pyconde@fosstodon.org)

🏆 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.

#PyConDE #Python #Security





Show Original Post


02.04.2026 09:00
bobthetraveler (@bobthetraveler@mastodon.world)

Here's how to automatically post to Mastodon: cromwell-intl.com/open-source/ #OpenSource #Python #TwitterMigration





Show Original Post


02.04.2026 08:22
nate (@nate@mastodon.acc.sunet.se)

#GetFediHired

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!




Show Original Post


02.04.2026 08:12
habr (@habr@zhub.link)

Кастомная аналитика для Wildberries и Ozon — WBOZYA-dash

Привет, Хабр! В течение последнего года я занимался разработкой аналитической панели для продавцов на маркетплейсах Wildberries и Ozon, а в перспективе планируется интеграция с Яндекс.Маркет. Я хотел бы поделиться своим опытом и представить систему WBOZYA-dash, которая предназначена для анализа продаж через эти маркетплейсы. До конца весны 2026 выпущу, думаю, с десяток статей на эту тему, а пока сделаю общий обзор своей системы.

habr.com/ru/articles/1017808/

#wildberries #ozon #python #postgresql #datalens #аналтика #аналитика_продаж




Show Original Post


02.04.2026 05:05
gooser3000 (@gooser3000@mastodon.social)

I'm trying to get more familiar with async in 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.)




Show Original Post


02.04.2026 05:00
CyberGame (@CyberGame@mastodon.social)

Technical Assessment: G.R.C.
Test your knowledge against our Governance, Risk and Compliance quiz.

Game Link: blackcatwhitehatsecurity.com/t

#CyberSecurity #PowerShell #ColdFusion #AI #Networking #SQL #Cloud #GRC #Gaming #Technology #Python #ZeroTrust





Show Original Post


02.04.2026 04:46
zeyanglin (@zeyanglin@mastodon.online)

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> blueberrypy.netlify.app/post/t




Show Original Post


02.04.2026 04:05
lobsters (@lobsters@mastodon.social)

Python Yet Reforged Entirely lobste.rs/s/phjtbx
pyre-lang.org/




Show Original Post


02.04.2026 03:52
sayzard (@sayzard@mastodon.sayzard.org)

Python Trending (@pythontrending)

Python으로 CAD 프로그래밍을 할 수 있는 라이브러리 build123d가 소개됐다. 생성형 설계나 기계/제품 디자인 자동화에 활용할 수 있는 개발 도구로, 파이썬 기반 3D CAD 워크플로우에 관심 있는 개발자에게 유용하다.

x.com/pythontrending/status/20

#python #cad #library #design #automation




Show Original Post


1 ...234 235 236 237 238 239 240 241 242 243 244 ...1615
UP