#DeadSnakes
Casual reminder that deadsnakes Python builds are significantly faster than the official Docker image and indygreg builds used by uv. So if you're just using 'FROM python:3.12' in your Dockerfiles, you're leaving a ton of performance on the table. And Python isn't fast to begin with.
November 30, 2024 at 1:15 PM
Install the Python 3.15 preview on Ubuntu 26.04, 24.04, or 22.04. Choose Deadsnakes PPA packages or a verified source build while keeping system Python untouched.
linuxcapable.com/how-to-insta...
#Linux #Ubuntu #Python #Programming
How to Install Python 3.15 on Ubuntu 26.04, 24.04 and 22.04 - LinuxCapable
Install Python 3.15 on Ubuntu 26.04, 24.04, and 22.04 via Deadsnakes PPA or source build, with venv setup and removal.
linuxcapable.com
May 9, 2026 at 10:01 AM
I'll post a full tutorial but to get psychopy and opensesame working on ubuntu 22.04 or 23.10:

1. throw a tantrum online
2. add deadsnakes ppa and install python3.11-full python3.11-dev
3. create a venv for psychopy
4. do this: wxpython.org/blog/2017-08...
5. follow pip instructions for both tools
running psychopy and/or opensesame on linux has become a true nightmare of incompatible python versions, library conflicts, missing/broken wxPython whl files, etc. I hate it. I hate it. I've used linux for 30 years, from linux from scratch to slackware to arch and I am finally sick of this.
November 30, 2023 at 8:08 PM
Python is one of the most widely used programming languages in the world, and in Linux, it is practically indispensable: many system tools depend on it.
How to Install Python on Linux: Complete Guide with apt, deadsnakes, and pyenv - Sinaptica
Python is one of the most widely used programming languages in the world, and in Linux, it is practically indispensable: many system tools depend on it. Most di
sinapti.ca
June 24, 2026 at 11:00 PM
That said, indygreg is much closer to deadsnakes on 3.13.
November 30, 2024 at 1:15 PM
The deadsnakes team maintains ubuntu package repo with old pythons and python packages. They don’t publish repos with versions of python that are linked against dangerously old libssl. They will create a private repo for you though if you need it. launchpad.net/~deadsnakes/...
New Python Versions : “deadsnakes” team
This PPA contains more recent Python versions packaged for Ubuntu. Disclaimer: there's no guarantee of timely updates in case of security problems or other issues. If you want to use them in a securi...
launchpad.net
May 25, 2025 at 10:25 PM
Hm, I noticed Ubuntu Oracular has Python 3.13 so I added that version to my benchmark thingy. On 3.13, indygreg and Ubuntu are essentially the same, then deadsnakes, then official Docker. I think you're good here. On 3.12, Ubuntu wins easily.
November 30, 2024 at 4:08 PM
Hm, might have to issue a correction here. Deadsnakes doesn't actually provide 3.12 on Ubuntu noble, which is the base image I was using. I was benchmarking the default Ubuntu 3.12 build instead.

On this version, credit goes to the Ubuntu folks for a super-fast build.
November 30, 2024 at 3:47 PM
Interesting, do you know why the deadsnakes builds are faster than the PBS builds? If we're leaving performance on the table for uv users, we'd love to know about it!
November 30, 2024 at 1:27 PM
Unicursal POISON SNAKES DESTROY THEE IF DOUBT THYSELF Propaganda from Hermetic Library Office of the Ministry of Information

hermetic.com/informa...

#propaganda #AleisterCrowley #thelema #poison #dead #DeadSnakes #snakes #destroy #LendThem #life #one #OneDoubt #doubt #seed #division
April 24, 2026 at 4:40 AM
What's the best way these days to get nightly builds of #Python versions? I have deadsnakes in the coverage․py nightly action, but some of the builds are over two weeks old and I don't know why. Would pyenv be better? uv?

Anyone have an example working well for me to copy^H^H^H^H be inspired by?
June 30, 2025 at 2:28 PM
I (mostly) followed github.com/DenchiSoft/V... but skipped a step or two. Since Python in Ubuntu 24.04 repos is already 3.12+ and the guide calls for 3.9, and I had tomli installed from repos, and I didn't use the deadsnakes ppa, just carried on with the other steps
June 16, 2026 at 9:35 AM
Python 3.14 ya es la rama estable en 2026, pero tu sistema sigue trayendo una version vieja. El problema: si tocas el Python de /usr/bin puedes romper hasta el gestor de paquetes. Tres metodos seguros para tener lo nuevo sin que nada explote. 🐍
Como instalar Python en Linux: guia completa con apt, deadsnakes y pyenv - Sinaptica
Python es uno de los lenguajes de programacion mas usados del mundo, y en Linux es practicamente indispensable: muchas herramientas del sistema dependen de el.
sinapti.ca
June 24, 2026 at 11:01 PM
eu uso e uso poetry tbm. Não foi isso não, alguma coisa que fiz com o ppa do deadsnakes quebrou o python do Linux quando fui atualizar com APT. O que foi esquisito pq eu lembro de ter feito isso, mas tem bastante tempo.
September 17, 2024 at 4:01 PM
I can’t say for certain, but the deadsnakes team would know and they will help if they can.
May 25, 2025 at 10:41 PM
Ubuntu Launchpad is down so I'm upgrading my project's max python version just so CI doesn't have to install the deadsnakes PPA
May 1, 2026 at 3:39 AM
Hm, might have to issue a correction here. Deadsnakes doesn't actually provide 3.12 on Ubuntu noble, which is the base image I was using. I was benchmarking the default Ubuntu 3.12 build instead.

On this version, credit goes to the Ubuntu folks for a super-fast build.
November 30, 2024 at 3:46 PM
Casual reminder that deadsnakes Python builds are significantly faster than the official Docker image and indygreg builds used by uv. So if you're just using 'FROM python:3.12' in your Dockerfiles, you're leaving a ton of performance on the table. And Python isn't fast to begin with.

That said […]
Original post on mastodon.social
mastodon.social
November 30, 2024 at 1:18 PM