Сказ о том, как техпис без опыта программирования свой первый скрипт писал
Гой еси, Хабр! Звать меня Артем Клещев, я технический писатель в СберТехе. Работа моя — складывать сказания да инструкции для достославного продукта Platform V DropApp, что как царство-государство Kubernetes да с верной свитой операторов. Хоть и славно наше царство, а и есть в нем работа рутинная, не богатырская. Расскажу в статье, как решился я победить ту рутину с помощью ИИ и выковать себе меч-кладенец в виде приложения на Python. Коллегам-техническим писателем и всем, у кого, как и у меня, нет опыта разработки, но есть желание автоматизировать работу, добро пожаловать под кат.
https://habr.com/ru/companies/sberbank/articles/955228/
#python #сбертех #ии #platform_v
I am publishing a python package and learning a lot in the process.
Last discovery is that the sdist is an archive of almost all the files contained in the directory, including the uncommitted ones 😱
Fortunately I felt that something was wrong and interrupted the upload when I saw that it was taking several seconds, I thought that that's not normal for a handful of python files 😅
We're delighted to announce our first Keynote Speaker for PyCon Ireland - Ines Montani!
Ines is a software developer working on Artificial Intelligence and Natural Language Processing technologies, and the co-founder and CEO of Explosion!
#PyConIE #PythonIE #Python #PyCon

Un outil Python simple, mais intéressant, pour dynamiser des diagrammes PlantUML. J'avais vu une fois une méthode alternative à base de SVG ... https://github.com/namuan/animate-puml #plantuml #animation #python
Ternary plots require more iq points that I have available, so I need help:
If i undestand correctly each coordinate represents the area to the opposite side (The colored part)
If that is correct, how do I read the axes labels? Not sure what they show?
#python #matplotlib #mpltern #ternaryplot #data #datavis #dataviz

Another greatday in the land of Python package managers... until I migrate all my stuff to the right tool, which is uv IMHO:
`uv run pip install --upgrade uv`
this is, mostly, because of I'm mixing pyenv with uv #Python #development #tools #pyenv #uv
I recently discovered Klayers, a project that builds AWS Lambda layers with Python packages like requests, pandas, numpy, and many more ✨
This is very useful if you want to create a Lambda function code with additional dependencies. You can use the corresponding Lambda layer and keep your setup minimal and your start-up times small 🚀
Check it out: https://github.com/keithrozario/Klayers/
#TIL about UUID7 (mainly because it's now supported in the new #python 3.14). Until today I thought, why bother, uuid4 is fine.
Turns out, UUID7 comes with a free timestamp and the generated ids sort by time.
Read about it here
https://uuid7.com/
And it's available as a library for older python versions, too. https://pypi.org/project/uuid7/
I have a few projects where I use UUID4 for temporary files - I'm going to move these over to UUID7
📰 Django News - 🥧 Python 3.14 is released! - Oct 10th 2025
https://django-news.com/issues/306
One of my favorite features in Python 3.14 is that pathlib.Path objects now have copy and move methods.
Read the full article: Python 3.14's best new features
▸ https://trey.io/flfwr9
Building a Dual-Mode AWS Lambda with Python and Terraform - detailed example:
https://www.glukhov.org/post/2025/10/python-lambda-on-aws-sqs-rest-api-terraform/
#aws #lambda #python #serverless #terraform #sqs #rest #api
I’ve switched from #vscode to #vscodium for my personal projects now. The open library of plugins (https://open-vsx.org/) is definitely good enough that it’s not been a problem at all. Last time I tried about 18 months ago, Python support wasn’t ready but I’m finding Astral’s ty (https://github.com/astral-sh/ty) to be good enough for my use cases.
https://brainsteam.co.uk/notes/2025/10/10/1760087455/