Feature | Python version |
---|---|
f-strings | 3.6 |
walrus operator aka := |
3.8 |
Type Hinting Generics in Standard Collections aka list[str] |
3.9 1 |
Type union operator aka int | float |
3.10 |
export PYTHONBREAKPOINT="pudb.set_trace"
to your
~/.bashrc
ssh foobar
then you can:
DOCKER_HOST=ssh://foobar docker-compose up -d
Note: you may need to bump MaxSessions
in your server's
/etc/ssh/sshd_config
.
Python 3.8 provides from __future__ import annotations
↩