Python developers targeted with new password-stealing phishing attacks - here's how to stay safe
A major phishing campaign is still ongoing, targeting both Python maintainers and users.
Iniciamos directo de noticias y desarrollo retro de #raylib con #python. https://twitch.tv/makeclassicgames
There's a short (~7 mins) documentary up now on PyCharm's origins. It just turned 15 this year, even though it feels in some ways like it's been around forever.
I work here and I still learned a few things about PyCharm I didn't know before.
https://youtu.be/lze9mvqGgUQ?si=SvuLhqBYnP23xyAG
#Python Pop Quiz 🐍❓
What will be the output if you run this code?
A) Outer ZeroDivisionError exception caught
B) Error: You divided by zero!
C) Error: You divided by zero! Finally executed
D) Finally executed
E) None of the above

We are live on YouTube in 20 minutes. Join us and be part of the show with @mkennedy and Falko and Rodja from NiceGUI. #python #podcast
Topic: NiceGUI Goes 3.0
https://www.youtube.com/watch?v=74UXonJfl6o
objetivo: Crear pagina web con un Propósito
proceso : Al ejecutar crea y abre nueva pestaña en navegador
SHIELD (Sleep, Head Injury prevention, Exercise, Learning, and Diet)
Alzheimer #Python Demencia STEM
Are you a maintainer of a Django or Python project?
Come along, bring your laptop — and prep some good first issues 👩💻🧑💻
Let’s help more people discover your project, and grow contributors.
We’ll shout you out during intros!
#Hacktoberfest #FOSS #Python #Django #LondonMeetups #London
So glad to be a part of the #Python / #Django community. In 2008-ish I played around with Ruby on Rails, never getting further than running the scaffold command. Then a friend suggested DJ Ango, and my life changed!
Context: https://tekin.co.uk/2025/09/the-ruby-community-has-a-dhh-problem
Quick shoutout: I switched (and I am loving) QuteBrowser!
I was a Zen-Browser enjoyer (and I still love it for e.g. my Laptop, where my Colemak-DH Vim-Like bindings don't work) but it feels so much better to not use the mouse!
#Qutebrowser #Zen #ZenBrowser #Linux #Python
Now we have also described how to use uv reliably for Cursor: https://www.python4data.science/en/latest/productive/envs/uv/claude-cursor.html
#CursorAI #Python #Packaging #uv
Python on the Edge: Fast, sandboxed, and powered by WebAssembly
https://communick.news/post/4309702
TIL there's a new assignment operator ":=" since Python 3.8: https://docs.python.org/3/whatsnew/3.8.html#assignment-expressions
"There is new syntax := that assigns values to variables as part of a larger expression. It is affectionately known as “the walrus operator” due to its resemblance to the eyes and tusks of a walrus."
I've never seen it in the wild before today, but you can use it to assign values to variables IN an if-statement.