python@3.9

Python 3.9 interpreter for writing and running Python scripts

brewmacoslinux
Try with needOr install directly
Source

About

Interpreted, interactive, object-oriented programming language

Commands

python3.9python3.9-configpydoc3.9idle3.9

Examples

Run a Python script$ python3.9 script.py
Start interactive Python shell$ python3.9
Install packages with pip for Python 3.9$ python3.9 -m pip install requests