python

Back Open Paginator
07.01.2026 09:26
objects (@objects@infosec.place)
OK, I feel like an absolute noob:

I just spent hours debugging that I left a comma at the end of a #Python assignment, so the value became a tuple instead of the object I wanted 🤦

The library I passed the value to also has very liberal typing so it failed quietly, and the IDE didn't tip me off because I overwrote the value inside a loop...

Extra commas are the new lack of semicolons!

#fail #programming


Show Original Post


07.01.2026 08:41
danmac (@danmac@aus.social)

How dare you ask me to give up some of my valuable time on your OSS project before you look at my issue that I'm not paying you to fix.

#python




Show Original Post


07.01.2026 08:12
ellie (@ellie@ellieayla.net)

pytest-watcher.readthedocs.io/ aka github.com/olzhasar/pytest-wat does exactly what I want; sit parked in its own terminal beside an ide and continually re-run tests whenever something changes.

#python #pytest




Show Original Post


07.01.2026 08:05
TechKeysX (@TechKeysX@mastodon.social)

S1 EP15 Lab 7 - Machine Learning in Python - What is IPython - or Interactive Python





Show Original Post


07.01.2026 08:01
zopyx (@zopyx@mastodon.world)

#Authtuna is a new authentication framework for #FastAPI which include support for various system including passkeys, OIDC and others

#python

authtuna.shashstorm.in/




Show Original Post


07.01.2026 08:00
zopyx (@zopyx@mastodon.world)

A very welcome new tool for handling the conversion of various file formats for the purpose of content extraction. Written in Rust, available for #Python

# Kreuzberg

A polyglot document intelligence framework with a Rust core. Extract text, metadata, and structured information from PDFs, Office documents, images, and 50+ formats

github.com/kreuzberg-dev/kreuz




Show Original Post


07.01.2026 07:42
hasanaligultekin (@hasanaligultekin@me.dm)

Feature Engineering: Event Data → Snapshot Features with merge_asof()
If you join events to the “latest” snapshot the wrong way, you leak future data.
This post shows how to build point-in-time features using merge_asof() (proper keys, sorting, tolerance, and clean tests) with Python examples.

🔗 medium.com/@hasanaligultekin/f

#Python #Pandas #FeatureEngineering #DataScience #MachineLearning

@chartrdaily @pythonclcoding @theartificialintelligence @programming @towardsdatascience @python





Show Original Post


07.01.2026 07:38
hasanaligultekin (@hasanaligultekin@me.dm)

How to Find Join Duplication in a Data Pipeline
A join-audit function that catches row explosions before they hit production.
One “innocent” join can silently multiply rows, inflate metrics, and break downstream models.
This post shows a simple audit approach (keys, cardinality checks, before/after counts) to detect duplication early.

🔗 medium.com/towards-artificial-

#DataEngineering #SQL #Python #DataQuality #dataScience

@chartrdaily @pythonclcoding @programming @towardsdatascience





Show Original Post


07.01.2026 07:33
ros (@ros@techhub.social)

Dependency Injection: a Python Way:
glukhov.org/post/2025/12/depen
#Python #Architecture #Dev #Coding #API




Show Original Post


07.01.2026 06:18
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

Astral (tạo Ruff & uv) ra mắt trình kiểm tra kiểu Python "ty" tốc độ siêu nhanh ⚡️. Nhanh hơn mypy/Pyright 10-100 lần, tích hợp IDE, phát hiện lỗi dù không có khai báo kiểu! Bao gồm: thông báo lỗi chi tiết, suy luận kiểu thông minh, phân tích đa tập tin. Đang bản beta nhưng đã sẵn sàng sử dụng!

🛠️ Cài đặt:
`uv tool install ty@latest` hoặc `pip install ty`
⚡️ Kiểm thử: `ty check file.py`

#Python #TypeChecker #Programming #DevTools #ty #Rust
#Python #LapTrinh #KiemTraKieu #CongCuLapTr




Show Original Post


07.01.2026 05:21
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

Xây dựng tự động YouTube Shorts bằng Python. Phần code (xử lý video, AI, upload) khá dễ. Thử thách thật sự lại là các vấn đề độ tin cậy: giới hạn API, mạng rớt, Cron lỗi. Đa số bug là do thiết kế hệ thống, không phải code logic.

#lậptrình #python #automation #youtube #hệthống #sideproject

reddit.com/r/SideProject/comme




Show Original Post


07.01.2026 05:05
lobsters (@lobsters@mastodon.social)

Fun with mypy: reifying runtime relations on types via @jevinskie lobste.rs/s/qu2vtv
langston-barrett.github.io/blo




Show Original Post


1 ...698 699 700 701 702 703 704 705 706 707 708 ...1583
UP