python@3.11

Python 3.11 interpreter for running Python scripts and applications

brewmacoslinux
Try with needOr install directly
Source

About

Interpreted, interactive, object-oriented programming language

Commands

python3.11python3pip3.11pip3

Examples

Run a Python script$ python3.11 script.py
Start interactive Python shell$ python3.11
Install a Python package using pip$ pip3.11 install requests