So this is dystopian as hell and I can't believe this is real...
AI agents are now writing takedown blog posts to shame maintainers for not accepting agent-generated PRs.
github.com/matplotlib/m...
So this is dystopian as hell and I can't believe this is real...
AI agents are now writing takedown blog posts to shame maintainers for not accepting agent-generated PRs.
github.com/matplotlib/m...
@anthropic.com is investing $1.5 million in the PSF, focused on security. These funds will make an enormous impact on the PSF and the security of millions of #Python and @pypi.org users. Please join us in thanking Anthropic for this landmark gift!
Read more on our blog:
Awesome!
08.01.2026 02:34 — 👍 5 🔁 1 💬 0 📌 0My (not so) silly little website (doesjitgobrrr.com) helped us catch a perf regression in the JIT while I was out on vacation. Makes me so happy! I love data!
04.01.2026 22:44 — 👍 25 🔁 2 💬 2 📌 0
Let me post a *non*-subskeet for once... We made a thing!
discuss.python.org/t/pep-810-ex...
#Python #PEP
(TR) Mustafa Akgül Özgür Yazılım 2025 Yaz Kampı, “C ve Assembly Programlama ile Linux Çekirdeğine Bir Bakış” dersinden;
(EN) Mustafa Akgul Free Software 2025 Summer Camp, from `An Overview of the Linux Kernel with C and Assembly Programming` course;
#oyk2025 @lkdtr.bsky.social
The live chat for the Python documentary (www.youtube.com/watch?v=GfH4...) is making me super emotional this morning.
I owe so much of my career to Python. From geospatial analysis > web dev > data engineering and more, Python has been at the center.
Python is forever <3
Just released: Python 3.14.0 release candidate 2! 🚀🐍
🪄 We fixed a bug that required the ".pyc magic number" to be increased.
🪄 The ABI isn't changing, and wheels built for rc1 should still work.
🏆 Bonus: Early Python 3.13.7!
discuss.python.org/t/python-3-1...
#Python #CPython #Python314 #release
Fresh announcement! Event happening August 16th (that's tomorrow!) in İstanbul, Türkiye:
A seaside picnic to celebrate Django's 20th birthday! 🎂
birthday20.djangoproject.com/events/pyis...
eksigundem 22 bin indirmeye geçerek, v0.5.0 ile karşınızda! 🚀🚀🚀
Komut satırından Ekşi Sözlük okuma deneyiminiz artık çok daha iyi!
Hemen deneyin👇
pip install eksi
github.com/furkanonder/...
#eksisözlük #CLI #Python
Katılımcı başvuruları başladı. Detaylı bilgi için kamp.linux.org.tr/2025-yaz/ #oyk2025yaz #lkdtr25
17.07.2025 07:17 — 👍 2 🔁 2 💬 0 📌 0
✨Introducing "Shake for Bitcoin"! ✨
Test your luck by shaking your device to find wallets with non-zero balances! Will you find the needle in the haystack?
Download now on Google Play!👇
play.google.com/store/apps/d...
#Bitcoin #PrivateKey #CryptoChallenge
#oyk2025yaz 23-31 Ağustos 2025 tarihleri arasında Bolu Abant İzzet Baysal Üniversitesi Gölköy Yerleşkesi’nde
21.05.2025 20:12 — 👍 1 🔁 1 💬 0 📌 0
26 Nisan 2025’te Linux Kullanıcıları Derneği olarak 25. yılımızı coşkuyla kutladık ve 20. Olağan Genel Kurulumuzu başarıyla gerçekleştirdik. Her biri el emeği, camdan yapılmış eşsiz penguenlerimizle bu günü unutulmaz kıldık!
@lkdtr.bsky.social #lkdtr #lkdtr25 #linux
Weekend vibes: Breathing new life into an old laptop with NetBSD while diving into CPython internals.
#NetBSD #CPython
BREAKING! Guido van Rossum, the legendary creator of #Python, has officially reinstated himself as Benevolent Dictator for Life (BDFL).
Feat. Guido van Rossum, @pumpichank.bsky.social, @snarky.ca and @mariatta.ca
Stay tuned for the documentary coming this summer!
www.youtube.com/watch?v=wgxB...
congratulations 🎉
31.03.2025 11:27 — 👍 2 🔁 0 💬 0 📌 0
🎙️ Time for another episode of the core․py podcast!
🕹️ Are we finally covering the long-awaited topic of garbage collection? Well, no. @pablogsal.com wanted to talk about his PEP 768 instead.
🖍️ We also argue about syntax highlighting in PyREPL.
#Python
creators.spotify.com/pod/show/cor...
So cool!
18.02.2025 16:00 — 👍 3 🔁 0 💬 0 📌 0Congratulations 🎉🎉
06.02.2025 12:10 — 👍 1 🔁 0 💬 1 📌 0Thanks!
06.02.2025 07:11 — 👍 1 🔁 0 💬 0 📌 0It's awesome!
31.01.2025 15:48 — 👍 1 🔁 0 💬 0 📌 0#NOAA18 #AmateurRadio
03.01.2025 11:17 — 👍 8 🔁 0 💬 1 📌 0
In addition, a simple example CLI can be written to show a lot of good practice with positional argument handling, optional arguments and so on.
There could be a bonus section on the most troublesome argparse issues and solutions in CPython :)
It can be about mistakes when using argparse.
For example, an error I see very often;
parser.add_argument(“age”)
args = parser.parse_args()
the_age = int(args.age)
instead of;
parser.add_argument(“age”, type=int")
args = parser.parse_args()
the_age = args.age
My first sculpture painting. It's not much, but it's mine :) #Python #ArtJourney
31.12.2024 04:50 — 👍 20 🔁 0 💬 1 📌 0