python

Back Open Paginator
20.08.2025 14:47
hugovk (@hugovk@mastodon.social)

GitHub Actions is dropping Intel macOS by November.

(Cirrus dropped it in Dec 2022, CircleCI in June 2024, Travis CI dropped all(!) macOS in April, and Anaconda last week.)

CPython has dropped it to tier 2. What does this mean to you? Not too much; we still support it, produce installers, CI failures block releases.

It means we only test on buildbots and failures must be fixed/reverted within 24h rather than immediately.

discuss.python.org/t/dropping-




Show Original Post


20.08.2025 14:41
driscollis (@driscollis@mastodon.social)

Which CLI tool(s) do you use and why?

🐍 argparse
🐍 click
🐍 cyclopts
🐍 Typer
🐍 Rich
🐍 python-fire




Show Original Post


20.08.2025 13:57
cheukting_ho (@cheukting_ho@fosstodon.org)

A few more places left for #HumbleData #workshop with #FaministAI #London - this will be a hands on #beginner #coding workshop for folks who have no prior experience in #Python coding. Seats are limited, see link below for registration





Show Original Post


20.08.2025 13:48
hugovk (@hugovk@mastodon.social)

Just released: UltraJSON 5.11.0! 🚀

⌨️ Inline type stubs
🐍 Support for Python 3.14 & PyPy3.11
🛞 Windows ARM64 wheels (thanks @tonybaloney!)
💧Drop EOL Python 3.8 & PyPy3.8-PyPy3.10
➕ And more!

github.com/ultrajson/ultrajson




Show Original Post


20.08.2025 13:42
habr (@habr@zhub.link)

Как работает GIL и как от него избавиться

В этой очередной статье по GIL разберемся, как работает Python, как был реализован GIL до версии языка 3.2, как глобальная блокировка работает сейчас, и что с ней делать.

habr.com/ru/articles/938980/

#Python #GIL #потоки #процессы #многопоточность




Show Original Post


20.08.2025 12:01
gtronix (@gtronix@infosec.exchange)

Python isn't dead - despite funding cuts, programming language powers on

Developers are still using Python for data tasks and AI, but many are still using older releases, putting productivity at risk.

techradar.com/pro/python-isnt-

#Python




Show Original Post


20.08.2025 11:40
heiseonlineenglish (@heiseonlineenglish@social.heise.de)

PyPI takes action against domain hijacking and checks email addresses

To make mail hijacking more difficult, PyPI has been checking domain validity since June. In case of doubt, an abandoned email address loses its verification.

heise.de/en/news/PyPI-takes-ac

#IT #Python #Security #news




Show Original Post


20.08.2025 11:33
holger (@holger@mastodon.de)

Ist #Apple jetzt eigentlich vollends durchgedreht? Warum soll ich ein #Python Script nicht im Editor aufmachen dürfen.

#wtf





Show Original Post


20.08.2025 11:08
DodoTheDev (@DodoTheDev@front-end.social)

Today's the big day! I officially start my apprenticeship to become a Software Developer in Python. Currently sitting in my first induction meeting with 13 other people.

Let the knowledge begin!

#python #SoftwareDeveloper #apprenticeship #devLife




Show Original Post


20.08.2025 11:03
heisedeveloper (@heisedeveloper@social.heise.de)

PyPI geht gegen Domain-Hijacking vor und prüft Mail-Adressen

Um das Mail-Hijacking zu erschweren, prüft PyPI seit Juni die Gültigkeit von Domains. Im Zweifelsfall verliert eine verlassene Mail-Adresse die Verifizierung.

heise.de/news/PyPI-geht-gegen-

#IT #Python #Security #news




Show Original Post


20.08.2025 11:01
driscollis (@driscollis@mastodon.social)

Pop Quiz 🐍❓

What is the output of the following code?

A) {1, 2, 3}
B) 1, 2, 3
C) (1, 2, 3)
D) An exception is raised





Show Original Post


20.08.2025 10:53
emilyselect (@emilyselect@mastodon.social)

C言語 3分解説 | 古いがゆえに難しい挫折の元凶【ずんだもん/プログラミング言語】

emilyselect.com/c%e8%a8%80%e8%

...





Show Original Post


1 ...1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 ...1547
UP