#Python3
It was super dumb. `pip` and `python3` pointed to different python program binaries.
October 21, 2024 at 4:16 PM
I'm going to start directly invoking e.g. `./.venv/bin/python3` instead of `source .venv/bin/activate; python3`
November 20, 2024 at 2:04 AM
It's basically impossible to ask google about python2-specific things these days, it only wants to surface python3 stuff.
May 8, 2025 at 12:54 PM
i uninstalled python3 for you
September 18, 2025 at 6:54 PM
all that for 1 package to have cuda
July 20, 2026 at 10:26 AM
October 22, 2024 at 3:04 PM
typing `python3` into windows powershell and getting a MSFT store jumpscare lmao
January 19, 2026 at 4:03 PM
A python3 developer, based on syntax.
July 21, 2026 at 7:01 AM
Man the fact that PyPy is a Python3 interpreter implemented in a subset of Python2 is absolutely fascinating! Python2 just can't die can it?
October 25, 2024 at 7:26 AM
i've finally fixed astra's habit of calling python3, ruby, perl and every single gnu program to read and edit files

introducing pi-arm64-exec, a pi extension that gives exactly *one* tool to your agent: it lets them do what they need in arm64 assembly

github.com/aliceisjustp...
September 8, 2026 at 8:56 PM
wait bool is a subclass of int in python3. goofy ah language
August 14, 2026 at 9:49 AM
Hoja de Referencia de Python3 en Español.
Chuleta con todo lo que necesitas en un sitio ↓
November 6, 2024 at 1:51 PM
i spent over 3 hours compiling python3 come on man
December 4, 2024 at 5:50 AM
lol
July 31, 2023 at 9:29 PM
I love how sometimes Python3's stdlib still carries hacks around for the unlikely case that you run your stdlib on Python 2.0.
March 11, 2025 at 9:29 PM
git
cargo/rustc
sublime text
rust-analyzer
cargo-watch
firefox
beeper
python3 (as a calculator repl)
poststation
Question for creatives: What are the main desktop software you use?

I'll go first:

- Da Vinci Resolve
- Clip Studio Paint
- Unreal Engine
- Reaper
- FL Studio
- Affinity Photo
- Toon Boom Harmony
January 18, 2025 at 7:28 AM
The files are in /usr/local/bin/ and /usr/local/bin/python3-helpers/

Същата работа.
September 25, 2026 at 7:38 AM
heh that was actually what happened - I tried to install python3:i386 which apparently conflicted with regular python so it removed it - and all its dependents
December 29, 2024 at 3:23 AM
You can now DM me by running:

age -r age10gcp7tygjhtts9mllgeq7k5heethg9d5zr2m9qx2jaq3r7wp6qws647w9k message.txt | python3 zalgo256.py enc | wl-copy

and pasting the result into a skeet. I'll then be able to decrypt via:

wl-paste | python3 zalgo256.py dec | age -d -i key.txt
It works! Script is here: https://gist.github.com/DavidBuchanan314/07da147445a90f7a049d1b9b3e3dc6f3

You can fit somewhere between 1kb and 1.5kb of data in one skeet (I haven't done the exact math yet...)
May 5, 2023 at 7:11 PM
python3 -m venv venv

here goes i guess
all i've ever wanted from a social media site is my own personal machine learning classifier that sorts posts into Good and Please Relax
September 17, 2025 at 5:52 PM
# *runs this on you*
#! /usr/bin/env python3

import pty, os, time
pty.spawn("sh", lambda fd: time.sleep(1/150) or os .read(fd, 1))
March 26, 2025 at 9:24 PM
some late night fun!!! Rich got the pebble SDK building on modern (cough python3) MacOS and linux. He even got the emulator working through Rosetta on arm! Took just 5 mins to set up. What a joy going thru the multitude of open source Pebble apps on apps.rebble.io
February 10, 2025 at 7:42 AM
"If you have or are willing to run the python3 installer" haaaaa lolol
August 2, 2026 at 8:23 PM
learning python via updating something python2 that hasn't been since 2017 to work with python3 & a more current system: do not recommend, sort of like jamming your face into a wall until a door appears
June 17, 2024 at 7:58 PM
$ python3 ./final_solution.py
July 10, 2025 at 10:51 PM