Join the #Python Security Response Team!
https://pyfound.blogspot.com/2026/02/join-the-python-security-response-team.html
Fast Python API server with GenLoop, ready to open source.
Python lets beginners build faster without memory management headaches or crashes.
#python #cplusplus #programming
I will be streaming on Twitch at https://www.twitch.tv/glyph_official/ in a bit over 18 hours; i.e. at 10AM US/Pacific. Writing some more #Python code, talking about #Emacs, and doing some #macOS development. Or maybe other stuff, if folks have questions.
How to Install and Run #Matrix Synapse #Chat Server on #Debian #VPS
This article provides a guide detailing how to install and run Matrix Synapse chat server on Debian VPS.
What is Matrix Synapse?
Matrix Synapse is the reference implementation of a homeserver for the Matrix protocol.
What Matrix Is
Matrix is an open standard and protocol for secure, decentralized real-time communication. ...
Continued 👉 https://blog.radwebhosting.com/how-to-install-and-run-matrix-synapse-chat-server-on-debian-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #opensource #letsencrypt #selfhosted #python #selfhosting

Ugh, fresh install of Linux Mint, created a virtual environment. Activated it. Have version 3.12.3 of #python Attempt to install the requirements for python script I copied from my old computer, and when I run pip install -r requirements.txt I get an error saying "No module named 'pkg_resources'". I have searched for this error and get conflicting explanations, from 'just install setuptools,' to 'this is 2.7, and you're talking about 3.x', but the first answer I had directed me to 1/2
One of the great joys I have in life right now is helping my daughter with #Python questions for a class she’s taking at school. It really is just about the best part of my day when she sends me a text and asks, “Can I talk with you about my Python homework”
He quitado el post, pero para reformularlo un poco.
Resulta que tengo UNA (1) ENTRADA GRATIS al T3chFest (se celebra el 12 y 13 de Marzo en la UC3M, en Leganés) y al final nadie puede acompañarme, así que la #sorteo por aquí. Solo incluye la entrada y nada más, cabe aclarar.
Para ganarla, escribe tu opinión sobre los servicios digitales que usas del gobierno y si los datos deberían ser abiertos, accesibles y fáciles de entender (porque aquí el Catastro es una catástrofe).
Lo dejo esta semana también, así que dadle caña. Y un Boosteito no vendría mal por si alguien quiere ir y no puede ;)
Little reminder: Estaré el Jueves 12 en el Track 3 a las 5:30 PM ranteando del Catastro, por si te animas a ir.
#TechEvents #Catastro #T3chfest #T3chfest2026 #Python
Seen on https://django.wtf/
@claudeai @simon @mitsuhiko https://github.com/abhi1693 @burntsushi
#django #python #claude #agent #llm

Ok I hope you are sitting, take a deep breath, this will probably blow your mind...
In the newest #python it seems you can use "exit" to exit the interactive interpreter instead of "exit()". I noticed it by accident.
So exit is now also a statement rather than only a function.
When do we get a "print" statement instead of a function?!?