Difference between revisions of "PyPy"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:PyPy]] | [[wikipedia:PyPy]] | ||
+ | * https://www.pypy.org/ | ||
+ | [[GitHub Actions]]: | ||
+ | steps: | ||
+ | - [[uses:]] [[actions/checkout]]@v3 | ||
+ | - uses: [[actions/setup-python]]@v4 | ||
+ | with: | ||
+ | python-version: 'pypy3.9' | ||
+ | - run: python my_script.py | ||
− | {{Python}} | + | == See also == |
+ | * {{Python}} | ||
+ | |||
+ | [[Category:Python]] |
Latest revision as of 09:29, 6 April 2023
steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: 'pypy3.9' - run: python my_script.py
See also[edit]
- Python, PIP, 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
Advertising: