python

Back Open Paginator
05.12.2025 21:54
hannes_s (@hannes_s@mastodon.social)

Content warning:Spoilers Advent of code day 5


🎄 Advent of code day 5 🎄
It aint pretty but it works. Todays solution to the second part looks incredibly convoluted but somehow it does its job.
Enjoyed this one a lot tbh.

github.com/Hannes-Schniz/Adven





Show Original Post


05.12.2025 21:42
feed (@feed@feedsin.space)

PEP 815: Deprecate ``RECORD.jws`` and ``RECORD.p7s``

This PEP deprecates the RECORD.jws and RECORD.p7s wheel signature files. Lack of support in tooling means that these virtually unused files do not provide the security they purport. Users looking for wheel signing should instead refer to index hosted attestations.

python




Show Original Post


05.12.2025 21:32
feed (@feed@feedsin.space)

Python 3.13.11

Release date: 2025-12-05 19:24:49+00:00

python




Show Original Post


05.12.2025 21:32
feed (@feed@feedsin.space)

Python install manager 25.2

Release date: 2025-12-05 19:37:29+00:00

python




Show Original Post


05.12.2025 21:32
feed (@feed@feedsin.space)

Python 3.14.2

Release date: 2025-12-05 19:54:40+00:00

python




Show Original Post


05.12.2025 21:22
PythonPeak (@PythonPeak@mastodon.social)

Why Does My Code Crash ONLY at 2AM

A Python developer discovers their script only crashes at 2 AM, leading to an absurd conversation with Terminal about mysterious bugs.

youtube.com/watch?v=Bq1FQbApF14




Show Original Post


05.12.2025 21:17
heavyimage (@heavyimage@mastodon.social)

I've written a lot of in my time but this behavior was genuinely surprising / cost me a lot of time on today's :

>>> l = [range(1, 1), range(2, 2), range(3, 3), range(4, 4)]
>>> len(l)
4
>>> len(set(l))
1
>>> set(l)
{range(1, 1)}




Show Original Post


05.12.2025 21:05
stylus (@stylus@social.afront.org)

It seems I'm among the people affected by a @coveragepy performance regression in 3.14: github.com/coveragepy/coverage

#python #coveragepy




Show Original Post


05.12.2025 21:04
stylus (@stylus@social.afront.org)

Hmmm rather than using debian:trixie-slim or python:3.13-trixie docker images and installing node am I better off using a default node-based container and using github.com/astral-sh/setup-uv ?

I'm shifting ci to use uv as much as possible anyway, it's less CI overall than multiple parallel runs with different python versions via actions/setup-python

#CI #forgejo #forgejoActions #codeberg #python




Show Original Post


05.12.2025 20:52
jscholes (@jscholes@dragonscave.space)

Dear #Python Developer,

The single sentence, "The interface is like #JavaScript WebSocket object," does not constitute acceptable documentation in the context of a Python project.

Yours,

Annoyed.




Show Original Post


05.12.2025 20:50
JGraber (@JGraber@mastodon.social)

Friday #308: Overwrite | to Simulate UNIX Pipes

pythonfriday.dev/2025/12/308-o




Show Original Post


05.12.2025 20:25
TechKeysX (@TechKeysX@mastodon.social)

V - S1 EP10 T1 - Machine Learning in Python - Installing sklearn in VSCode - Virtual Environment#codingforbeginners





Show Original Post


1 ...870 871 872 873 874 875 876 877 878 879 880 ...1571
UP