-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pypy


> Fast and compliant alternative implementation of the Python language.

More information.


Start a REPL (interactive shell):

pypy

Execute script in a given Python file:

pypy {path/to/file.py}

Execute script as part of an interactive shell:

pypy -i {path/to/file.py}

Execute a Python expression:

pypy -c "{expression}"

Run library module as a script (terminates option list):

pypy -m {module} {arguments}

Install a package using pip:

pypy -m pip install {package_name}

Interactively debug a Python script:

pypy -m pdb {path/to/file.py}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:46:09 2024