python

Back Open Paginator
29.10.2025 04:43
StevenSaus (@StevenSaus@faithcollapsing.com)

Content warning:uspol


(27 Oct) Python Software Foundation Withdraws $1.5M U.S. Government Grant Over DEI Restrictions

Python’s governing body drops a $1.5 M U.S. grant, saying the anti-DEI clause violates its mission and community spirit.

s.faithcollapsing.com/trxfp
Archive: ia: s.faithcollapsing.com/i8q7a

#linux-&-open-source-news #python





Show Original Post


29.10.2025 04:43
r (@r@fed.brid.gy)

(27 Oct) Python Software Foundation Withdraws $1.5M U.S. Government Grant Over DEI Restrictions https://s.faithcollapsing.com/trxfp Archive: ia: https://s.faithcollapsing.com/i8q7a #linux-&-open-source-news #python





Show Original Post


29.10.2025 04:24
villares (@villares@pynews.com.br)

#shapely #trimesh #viridis Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


29.10.2025 04:23
villares (@villares@pynews.com.br)

Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


29.10.2025 04:22
villares (@villares@pynews.com.br)

Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


29.10.2025 04:21
villares (@villares@pynews.com.br)

Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


29.10.2025 03:53
grifferz (@grifferz@social.bitfolk.com)

US NSF say that getting a grant requires you to abolish any DEI programme you have, so Python gave up on their already-approved grant.

I guess the US doesn't feel like having any influence on open source software any more.

pyfound.blogspot.com/2025/10/N

#Python #PSF




Show Original Post


29.10.2025 03:52
chiefgyk3d (@chiefgyk3d@social.chiefgyk3d.com)

During tonight's stream I noticed the bluesky part of my Stream-Daemon automation to post when I am live was not working with hashtags. Man BlueSky is really weird with their API, but it's fixed now in my dev environment #coding #automation #python #cybersecurity





Show Original Post


29.10.2025 03:49
diazona (@diazona@techhub.social)

@isagalaev @mattrose Yeah no worries about grumbling. 🙂 I was poking more at Matt's reply than your original post, TBH.

(not that it really matters, but for context I have also been working with Python since the early 2000's, I remember the days of eggs and easy_install and so on, and it is fundamentally a different situation now)

#Python




Show Original Post


29.10.2025 03:41
isagalaev (@isagalaev@mastodon.social)

@diazona @mattrose I do agree things are getting (and have gotten) better. But mind that I've been experiencing all of this since early 2000s, so for me it does look like a constant change.

I don't blame btw, it's in a uniquely hard place because so many software cultures want to use it for everything. As I said from the start, I'm just grumbling. Old man yelling at cloud and all that :-)




Show Original Post


29.10.2025 03:31
mistersql (@mistersql@mastodon.social)

@yantor3d Alright! I'm ready for job hunting*

```python
fizzbuzzes = [(n, "fizzbuzz") for n in range(1, 101) if (n % 3 == 0) if (n % 5 == 0)]
fizzez = [(n, "fizz") for n in range(1, 101) if (n % 3 == 0) if (n % 5 != 0)]
buzzes = [(n, "buzz") for n in range(1, 101) if (n % 3 != 0) if (n % 5 == 0)]
losers = [(n, n) for n in range(1, 101) if (n % 3 != 0) if (n % 5 != 0)]
print(list(x[1] for x in sorted(fizzez + buzzes + fizzbuzzes + losers)))
```
Just kidding. Fully employed. For now.




Show Original Post


29.10.2025 03:29
diazona (@diazona@techhub.social)

@mattrose @isagalaev I'd take issue with "constantly changing". It used to be like that because different groups were inventing their own procedures without any coordination. It's not anymore; now there are standards.

#Python




Show Original Post


1 ...1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 ...1564
UP