python@3.12

Python 3.12 interpreter for running Python scripts and applications

brewmacoslinux
Try with needOr install directly
Source

About

Interpreted, interactive, object-oriented programming language

Commands

python3.12python3pip3.12pip3

Examples

Execute a Python script$ python3.12 script.py
Start interactive Python shell$ python3.12
Install a package with pip$ pip3.12 install requests