python

Back Open Paginator
10.10.2025 14:32
habr (@habr@zhub.link)

Сказ о том, как техпис без опыта программирования свой первый скрипт писал

Гой еси, Хабр! Звать меня Артем Клещев, я технический писатель в СберТехе. Работа моя — складывать сказания да инструкции для достославного продукта Platform V DropApp, что как царство-государство Kubernetes да с верной свитой операторов. Хоть и славно наше царство, а и есть в нем работа рутинная, не богатырская. Расскажу в статье, как решился я победить ту рутину с помощью ИИ и выковать себе меч-кладенец в виде приложения на Python. Коллегам-техническим писателем и всем, у кого, как и у меня, нет опыта разработки, но есть желание автоматизировать работу, добро пожаловать под кат.

habr.com/ru/companies/sberbank

#python #сбертех #ии #platform_v




Show Original Post


10.10.2025 14:29
Armavica (@Armavica@social.sciences.re)

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 😅

#Python




Show Original Post


10.10.2025 14:00
Python_Ireland (@Python_Ireland@mastodon.ie)

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





Show Original Post


10.10.2025 13:57
Riduidel (@Riduidel@framapiaf.org)

Un outil Python simple, mais intéressant, pour dynamiser des diagrammes PlantUML. J'avais vu une fois une méthode alternative à base de SVG ... github.com/namuan/animate-puml #plantuml #animation #python




Show Original Post


10.10.2025 13:37
ruthpozuelo (@ruthpozuelo@mastodon.social)

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?





Show Original Post


10.10.2025 13:27
thejtoken (@thejtoken@hachyderm.io)

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




Show Original Post


10.10.2025 13:15
rafaelwo (@rafaelwo@social.tchncs.de)

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: github.com/keithrozario/Klayer

#python #aws #lambda




Show Original Post


10.10.2025 12:21
mborus (@mborus@mastodon.social)

about UUID7 (mainly because it's now supported in the new 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
uuid7.com/

And it's available as a library for older python versions, too. 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




Show Original Post


10.10.2025 12:02
djangonews (@djangonews@mastodon.social)

📰 Django News - 🥧 Python 3.14 is released! - Oct 10th 2025

django-news.com/issues/306




Show Original Post


10.10.2025 11:38
treyhunner (@treyhunner@mastodon.social)

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
trey.io/flfwr9




Show Original Post


10.10.2025 11:37
ros (@ros@techhub.social)

Building a Dual-Mode AWS Lambda with Python and Terraform - detailed example:
glukhov.org/post/2025/10/pytho
#aws #lambda #python #serverless #terraform #sqs #rest #api




Show Original Post


10.10.2025 11:20
jamesravey (@jamesravey@social.lol)

I’ve switched from #vscode to #vscodium for my personal projects now. The open library of plugins (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 (github.com/astral-sh/ty) to be good enough for my use cases.

#softeng #python #astral

brainsteam.co.uk/notes/2025/10




Show Original Post


1 ...1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 ...1559
UP