Python¶ Pip pipx README pypi poetry ensure-venv-loaded When to use python3 where-to-find-function-docs Generating shell completion scripts Commands¶ Execute a local file: python -m aider.voice Run http server: python3 -m http.server Create Virtual Env¶ python -m venv venv source venv/bin/activate Idioms¶ res¶ res = some_function() matching_commands, first_word, rest_inp = res