python@3.13

Python 3.13 interpreter for executing Python scripts and code

brewmacoslinux
Try with needOr install directly
Source

About

Interpreted, interactive, object-oriented programming language

Commands

python3.13python3pip3.13pip3

Examples

Execute a Python script$ python3.13 script.py
Start interactive Python REPL$ python3.13
Install a Python package using pip$ pip3.13 install requests