Как with делает ваш Python-код безопаснее и читабельнее
Если вы пишете на Python хотя бы пару месяцев, вы наверняка сталкивались с конструкцией with open(...) as f: . Это как ритуал, который мы совершаем, чтобы открыть файл: удобно, понятно, и все говорят, что так надо. Мы интуитивно чувствуем, что это "правильный" способ, потому что он избавляет нас от головной боли с ручным закрытием файла через f.close() .
https://habr.com/ru/articles/964502/
#with #python #python3 #python_для_начинающих #контекстный_межеджер
Building a CI/CD Pipeline Runner from Scratch in Python https://lobste.rs/s/xylb9v #python
https://muhammadraza.me/2025/building-cicd-pipeline-runner-python/
FLUX.1-Kontext-dev: Image Augmentation AI Model with example in Python:
https://www.glukhov.org/post/2025/11/flux-1-kontext-dev-augment-image/
#python #ai #llm #image #photo #coding #selfhosting
Building a CI/CD Pipeline Runner from Scratch in Python
https://fed.brid.gy/r/https://muhammadraza.me/2025/building-cicd-pipeline-runner-python/

Safe External Debugging Interface in Python 3.14 ! 🇺🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/safe-external-debugging-interface-python/
Interfaz de Depuración Externa Segura en Python 3.14 ! 🇪🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/interfaz-depuracion-externa-segura-python/
#programming #coding #programación #code #webdevelopment #devs #softwaredevelopment #python #pythondev

It seems I've reached a point in Foldatry where I either need to either do hack-arounds for use of the stock "shutil" module, or considering re-implementing a part of it.
I've already had to re-implement the stock "filecmp" module to cover some inadequacies that has.
I know the real answer is to write custom replacements to more directly suit my needs. But that's all slated for post version 1.0 work as I'm still exploring the full desired feature set.
#Python #Programming
#Python #RustLang #uv There are so many posts about `uv`, I’m almost certainly preaching to the choir. As a developer, `uv` solves so many of my problems and makes my life so much easier, it has quickly become fundamental to my workflow. In one specific case, I have to deal with packages from Conda. There, I use `pixi`, and `pixi` in turn relies on `uv`.
Here’s the point: if you’re using Python and installing packages, running tools, choosing the right version of Python itself, using environments … basically almost anything —- you should look at `uv`. <https://docs.astral.sh/uv/>.
Now there is a problem `uv` doesn’t address: `uv` doesn’t directly impact the problem of deploying a Python-based application to an end-user. This is still one of the biggest problems in the Python ecosystem.
Top dự án Raspberry Pi cho người mới bắt đầu với Python năm 2025!
🔧 Trạm thời tiết - Thu thập dữ liệu nhiệt độ, độ ẩm
🏠 Hệ thống nhà thông minh - Điều khiển thiết bị qua IoT
🎮 Máy chơi game retro - Tái hiện kinh điển với RetroPie
🔐 Hệ thống bảo mật nhận diện khuôn mặt - AI và machine learning
📸 Máy ảnh DIY - Ứng dụng chụp ảnh tương tác
Những dự án này giúp bạn học Python qua thực hành, từ cơ bản đến nâng cao!
#RaspberryPi #Python #DIY #Tech2025 #Coding #RaspberryPiVietnam #LapTrinhPyt
Interpretable ML + Conformal Prediction + Modeling Mindsets https://leanpub.com/b/interpretablemlconformalpredictionmodelingmindsets by Christoph Molnar is the featured bundle of ebooks 📚 on the Leanpub homepage! https://leanpub.com #DataScience #Philosophy #Ai #Python
Get Interpretable Machine Learning (2nd edition), Modeling Mindsets, and Introduction to Conformal Prediction.
Find it on Leanpub!
My talk from posit::conf earlier this fall on getting unstuck with #Python is now available to watch!
- Ten years ago, I attempted to learn Python and it went EXTRMELY badly 😩
- I am really happy that so much tooling in this area has improved SO much since then 😌
@bmaxv such a wide field. Anything specific of interest?
Alan Downey published a book many moons ago called Think DSP. Might be something that meshes with what you already explored
https://greenteapress.com/wp/think-dsp/
I seem to remember it was for python 2, but still worth checking out. #python #dsp #music #audio
#Qwen3 30B A3B -coder- Q4 fails to refactor existing code correctly: it did broke one of my correctly running piece of code provided in full. ❌
#coding #python