Difference between revisions of "PyPy"
Jump to navigation
Jump to search
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
[[GitHub Actions]]: | [[GitHub Actions]]: | ||
steps: | steps: | ||
| − | - uses: actions/checkout@v3 | + | - [[uses:]] [[actions/checkout]]@v3 |
| − | - uses: actions/setup-python@v4 | + | - uses: [[actions/setup-python]]@v4 |
with: | with: | ||
python-version: 'pypy3.9' | python-version: 'pypy3.9' | ||
- run: python my_script.py | - run: python my_script.py | ||
| + | |||
| + | == Related == | ||
| + | * [[Just-in-time compilation]] | ||
== See also == | == See also == | ||
Latest revision as of 18:04, 27 November 2025
steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: 'pypy3.9' - run: python my_script.py
Related[edit]
See also[edit]
- Python, PIP, Global interpreter lock (GIL), Flask, Django, Marshmallow,
def, logging, Pandas, Numpy, AWS Chalice,import,from,tuple,list, Python exceptions,virtualenv,.append,pytz,TZ,print,python3 -c,os, PEP, Python Institute, Methods: Dunder methods, Flake8, Python collections, Function decorators in Python, Click python library, Python module, Flower,kwargs, Black (Python), Python list structure, Mypy,variables, Casting,try:, pydoc, argparse, Anaconda,pyenv, setup.py, python3 --version, python3 --help, Data Classes, raise, glob
Advertising: