python@3.10

Python 3.10 interpreter for executing Python scripts and programs

brewmacoslinux
Try with needOr install directly
Source

About

Interpreted, interactive, object-oriented programming language

Commands

python3.10python3pip3.10pip3

Examples

Run a Python script directly$ python3.10 script.py
Start an interactive Python REPL session$ python3.10
Install a Python package using pip$ pip3.10 install numpy