python

Back Open Paginator
19.03.2026 17:55
pjacock (@pjacock@fediscience.org)

I use #ruff as my #Python linter for the speed #flake8 lacked (with a foot still in the other camp for custom rules), was looking at #ty, but hadn’t had any incentive to try #uv.

Others in the #Python ecosystem might be getting rather more nervous… Looks like the venture capitalists backing #Astral will get their payoff: openai.com/index/openai-to-acq 💰




Show Original Post


19.03.2026 17:51
247CodeGirl (@247CodeGirl@mastodon.social)

Season 1 Lesson 9 Part 8 - Your First Steps in Python Python Shortcut Operators Update Values Fast





Show Original Post


19.03.2026 17:32
mms (@mms@mastodon.bsd.cafe)

astral.sh/blog/openai

(that's the company behind uv and ruff ;-( )

#python #ai




Show Original Post


19.03.2026 17:31
NiklasMM (@NiklasMM@freiburg.social)

Welp, I guess all good things must come to an end.

openai.com/index/openai-to-acq

#python




Show Original Post


19.03.2026 17:30
Reuven (@Reuven@fosstodon.org)

Want to retrieve from a string column in your #Python #Pandas data frame? Use .str.get:

df['a'].str.get(0) # one character
df['a'].str.get(i) # using an index variable

But wait: You can use [], in place of .get:

df['a'].str[0] # alt syntax!





Show Original Post


19.03.2026 17:30
pytexas (@pytexas@fosstodon.org)

We are less than a month out until #PyTexasConference2026 where interested #python developers will gather in Austin. (Or virtually!)

If you haven't yet, be sure to check out the lineup & grab your ticket before we sell out: pytexas.org/2026





Show Original Post


19.03.2026 17:27
tobru (@tobru@mstdn.social)

Astral to join OpenAI

"Today, we're taking a step forward in that mission by announcing that we've entered into an agreement to join OpenAI as part of the Codex team."

OH NOES! I don't like this at all, enshittification is on its way. I really like uv and have no idea what will happen now

Link: astral.sh/blog/openai

#linkdump #astral #blogpost #python #uv




Show Original Post


19.03.2026 17:20
codingjoe (@codingjoe@fosstodon.org)

Everybody wanted UV, and now we got burned 🤷

#ai #openai #uv #astral #python #opensource




Show Original Post


19.03.2026 17:18
schuler (@schuler@mastodon.social)

OpenAI acquires Astral, the startup behind Python's most widely-used modern development tools including uv, Ruff, and ty. This brings package management and code tooling under the same roof as Codex, which has grown to 2M+ weekly users. The move gives OpenAI control over infrastructure that logs hundreds of millions of monthly downloads, though questions remain about long-term open-source commitments.

implicator.ai/openai-acquires-




Show Original Post


19.03.2026 17:13
cthoyt (@cthoyt@scholar.social)

Astral (makers of uv and ruff) will be acquired by OpenAI (openai.com/index/openai-to-acq) 😐

#python




Show Original Post


19.03.2026 17:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Mobileye is hiring Senior Software Engineer & Tech Lead

🔧 #python #awss3 #seniorengineer #techlead
🌎 Jerusalem, Israel
⏰ Full-time
🏢 Mobileye

Job details jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


19.03.2026 17:00
PythonPeak (@PythonPeak@mastodon.social)

Python Collections Chainmap Advanced

Advanced ChainMap usage patterns
Managing layered configurations and defaults
Configuration layers

youtube.com/watch?v=ZDl3lNV0U44




Show Original Post


1 ...296 297 298 299 300 301 302 303 304 305 306 ...1595
UP