Avatar
streetyogi
9f2506778c6fe471f56f1dd83b43b4d3b8e1fadadaf378840b4cdd39ed66e20b
Python | Cyberpunk | Yoga | German | Polish | English

Let me fix that for you :)

As soon as you argue with Bing AI it cuts the conversation off. I wonder if they use AI to recognize an argument to cut off their AI 😂

Your reasoning is centralized, I don’t think that works on a decentralized network ;)

Python never ceases to amaze me

ª = º = μ· = 1

Is a valid statement, this are all valid variable names.

put it in .vim.py in your home directory and add this to your .profile:

PYTHONSTARTUP=$HOME/.vim.py; export PYTHONSTARTUP

In case someone wants vim key bindings in the Python interpreter:

import readline

readline.parse_and_bind(‘set editing-mode vi’)

Nice generator if you plan to build Python from sources:

https://www.build-python-from-source.com