@cidra I've only ever used #Toolbox to get older versions of #Fedora running because they still have #Python2 .But I see your point!

Hype for the Future 86G → Upcoming Topics for the YouTube Channels

Introduction -- novaTopFlex novaTopFlex continues to showcase distinctive features of the Python programming language, including, but not limited to, the distinctions between Python 2 and Python 3. Most of the Python 2 and Python 3 content distinctions occur between versions, rather than within them. Schedule Upcoming YouTube videos for the novaTopFlex YouTube channel shall include (by date and time, all EST/EDT): January 26 at 9:00 AM Python 2 Mathematics Python 2 abs() Python 2 […]

https://novatopflex.wordpress.com/2026/01/25/hype-for-the-future-86g-%e2%86%92-upcoming-topics-for-the-youtube-channels/

Hype for the Future 86G → Upcoming Topics for the YouTube Channels

Introduction — novaTopFlex novaTopFlex continues to showcase distinctive features of the Python programming language, including, but not limited to, the distinctions between Python 2 and Pyth…

novaTopFlex
歷代 Python 速度的改善

找 Python 速度資訊的時候找到「Sixteen Years of Python Performance」這篇,看起來作者有一直在更新,最新的圖有放上 3.14 (四月寫的當時是 3.14a3,今年十月的時候出 3.14.0 了) 的資訊。 很久前 Python 3 為人詬病的點就是速度比 Python 2 慢,從 2008 年的 3.0 要一路到 2018 年的 3.7 才超越本來的 2.7,後面在 3.

Gea-Suan Lin's BLOG

Today I learned 'bool' is a subclass of 'int' in Python.

Before Python introduced a boolean type, it used 0 and 1 for truth values. 'bool' was later designed to behave like 0 and 1 to maintain backward compatibility.

#python #programming #python2 #python3 #til

Yay! We've officially removed support for building #microPython with #python2 https://github.com/micropython/micropython/pull/17870
general: Remove Python 2.7 support. by jepler · Pull Request #17870 · micropython/micropython

Summary Python 2.7 has been EOL since January 2020. Ubuntu oldoldlts (Focal Fossa, 20.04) has Python 3.8. Debian oldoldstable (Buster, from 2019) has Python 3.7. RHEL 8 (from 2019) has Python 3.6....

GitHub

I wonder when I'll stop finding forgotten #Python2 scripts in dusty subdirectories which need hasty updating.

Apparently it won't be today.

I still have to deal with #Python2 every day.

Everyone else?

#Python #Python27 #Python2718

This guide walks you through installing Python 2, from compiling the source code to setting up pip.

https://greenwebpage.com/community/how-to-install-python-2-on-ubuntu-24-04/

#python2 #webdevelopment #scripting #ubuntu #linuxadministration #greenwebpage

How to Install Python 2 on Ubuntu 24.04

This guide walks you through installing Python 2 on Ubuntu 24.04, from compiling the source code and setting up pip.

Greenwebpage Community

Si Python 2 N'est Pas Disponible Sur Votre Distribution Linux, Il Faut Le Compiler ::::::::::::::::::::::::::::::: https://www.python.org/downloads/release/python-2718/

Faite :::::::
./configure
make
sudo make install

#python2 #astuce

Python Release Python 2.7.18

The official home of the Python Programming Language

Python.org

@amin

Eh...

It's a rolling release, so it's got that going for it, but a lot/most of their custom utilities (such as the package manager) is still on Python 2, which is... not good.

/usr/bin/python is even a symlink to python2 which is really not good.

Small team. Looks like the original dev, who started a new distro, is going to re-work a lot of those things, which will be the basis for Solus going forward, so there's a lot of hope for newer and better utilities.

To be clear, my only real complaint so far is the python2-ness of it.

Also, they don't have a ksh package (which some of my scripts require), but I managed to compile the standard ksh2020.

I don't know if I will stay. #Python2 is kind of a deal-breaker.

Still slowly replicating my #KDE #Plasma setup from my work #Debian box. I have a lot of custom keybinds that make it a little more like i3/sway for me.

My other options are Debian testing, #FreeBSD (probably will lose the ability to run KSP), or #OpenSuSE tumbleweed (if they can ever just enable polkit by default, already).