jupyter notebook
python3 -m venv .venv
source .venv/bin/activate
Visual Studio Code: Cmd + Shift + P
-> Python: Start REPL
:
>>> help(str)
>>> help(str.upper)
- Guido van Rossum: The Early Years of Python
- Guido van Rossum: The Modern Era of Python
- Guido van Rossum: BDFL Python 3 retrospective
...
Copyright (C) 2019-2022 Andrey Krisanov. The notebook is licensed and distributed under the MIT license.