Skip to content

🐍 Short Python tutorials and notes

License

Notifications You must be signed in to change notification settings

akrisanov/python_notebook

Repository files navigation

Jupyter Notebook on Python

jupyter notebook

Virtual Environment

python3 -m venv .venv
source .venv/bin/activate

REPL

Visual Studio Code: Cmd + Shift + P -> Python: Start REPL:

>>> help(str)

>>> help(str.upper)

The History of Python

PEPs

What I Don't Like About Python

...

Copyright

Copyright (C) 2019-2022 Andrey Krisanov. The notebook is licensed and distributed under the MIT license.