Python

From DWIKI
Revision as of 17:09, 14 November 2023 by Tony (talk | contribs) (→‎update-alternatives: error: no alternatives for python)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Links

Data types

Tuples

Tuples methods

Regex

Strings

Length of string

len(s)

Lists

List operators

Regular expressions

https://docs.python.org/3/library/re.html

FAQ

-bash: python: command not found

Try

update-alternatives --config python

update-alternatives: error: no alternatives for python

update-alternatives --install /usr/bin/python python $(which python3) 1

Leave virtualenv

deactivate